|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.support.model.CreateCaseResult
public class CreateCaseResult
Contains the AWSSupport caseId returned by a successful completion of the CreateCase action.
Constructor Summary | |
---|---|
CreateCaseResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCaseId()
String that indicates the AWS Support caseID requested or returned in the call. |
int |
hashCode()
|
void |
setCaseId(java.lang.String caseId)
String that indicates the AWS Support caseID 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)
String that indicates the AWS Support caseID requested or returned in the call. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateCaseResult()
Method Detail |
---|
public java.lang.String getCaseId()
public void setCaseId(java.lang.String caseId)
caseId
- String that indicates the AWS Support caseID requested or returned in
the call. The caseID is an alphanumeric string formatted as shown in
this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47public CreateCaseResult withCaseId(java.lang.String caseId)
Returns a reference to this object so that method calls can be chained together.
caseId
- String that indicates the AWS Support caseID requested or returned in
the call. The caseID is an alphanumeric string formatted as shown in
this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |