@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The support case ID returned by a successful completion of the CreateCase operation.
| Constructor and Description | 
|---|
CreateCaseResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateCaseResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getCaseId()
 The support case ID requested or returned in the call. 
 | 
int | 
hashCode()  | 
void | 
setCaseId(String caseId)
 The support case ID requested or returned in the call. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateCaseResult | 
withCaseId(String caseId)
 The support case ID requested or returned in the call. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCaseId(String caseId)
The support case ID requested or returned in the call. The case ID is an alphanumeric string in the following format: case-12345678910-2013-c4c1d2bf33c5cf47
caseId - The support case ID requested or returned in the call. The case ID is an alphanumeric string in the
        following format: case-12345678910-2013-c4c1d2bf33c5cf47public String getCaseId()
The support case ID requested or returned in the call. The case ID is an alphanumeric string in the following format: case-12345678910-2013-c4c1d2bf33c5cf47
public CreateCaseResult withCaseId(String caseId)
The support case ID requested or returned in the call. The case ID is an alphanumeric string in the following format: case-12345678910-2013-c4c1d2bf33c5cf47
caseId - The support case ID requested or returned in the call. The case ID is an alphanumeric string in the
        following format: case-12345678910-2013-c4c1d2bf33c5cf47public String toString()
toString in class ObjectObject.toString()public CreateCaseResult clone()