CreateCaseResponse class

The AWS Support case ID returned by a successful completion of the CreateCase operation.

Constructors

CreateCaseResponse({String? caseId})
CreateCaseResponse.fromJson(Map<String, dynamic> json)
factory

Properties

caseId String?
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string in the following format: case-12345678910-2013-c4c1d2bf33c5cf47
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited