public class ResolveCaseRequest extends AmazonWebServiceRequest implements java.io.Serializable
ResolveCase operation.
Takes a CaseId and returns the initial state of the case along with the state of the case after the call to ResolveCase completed.
| コンストラクタと説明 |
|---|
ResolveCaseRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
ResolveCaseRequest |
withCaseId(java.lang.String caseId)
String that indicates the AWS Support caseID requested or returned in
the call.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 ResolveCaseRequest 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-c4c1d2bf33c5cf47public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object