Class CreateCaseResult
- java.lang.Object
-
- com.amazonaws.services.support.model.CreateCaseResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class CreateCaseResult extends Object implements Serializable, Cloneable
The AWS Support case ID returned by a successful completion of the CreateCase operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateCaseResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCaseResult
clone()
boolean
equals(Object obj)
String
getCaseId()
The AWS Support case ID requested or returned in the call.int
hashCode()
void
setCaseId(String caseId)
The AWS Support case ID requested or returned in the call.String
toString()
Returns a string representation of this object; useful for testing and debugging.CreateCaseResult
withCaseId(String caseId)
The AWS Support case ID requested or returned in the call.
-
-
-
Method Detail
-
setCaseId
public void setCaseId(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
- Parameters:
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
-
getCaseId
public 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
- Returns:
- 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
-
withCaseId
public CreateCaseResult withCaseId(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
- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateCaseResult clone()
-
-