public class CreateCaseResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The AWS Support case ID returned by a successful completion of the CreateCase operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
caseId
The AWS Support case ID requested or returned in the call.
|
Constructor and Description |
---|
CreateCaseResult() |
Modifier and Type | Method and Description |
---|---|
CreateCaseResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCaseId()
The AWS Support case ID requested or returned in the call.
|
int |
hashCode() |
void |
setCaseId(java.lang.String caseId)
The AWS Support case ID requested or returned in the call.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateCaseResult |
withCaseId(java.lang.String caseId)
The AWS Support case ID requested or returned in the call.
|
private java.lang.String caseId
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
public void setCaseId(java.lang.String caseId)
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
caseId
- The AWS Support case ID requested or returned in the call. The
case ID is an alphanumeric string formatted as shown in this
example: case-12345678910-2013-c4c1d2bf33c5cf47public java.lang.String getCaseId()
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
public CreateCaseResult withCaseId(java.lang.String caseId)
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
caseId
- The AWS Support case ID requested or returned in the call. The
case ID is an alphanumeric string formatted as shown in this
example: case-12345678910-2013-c4c1d2bf33c5cf47public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateCaseResult clone()
clone
in class java.lang.Object