public class ResolveCaseRequest extends AmazonWebServiceRequest implements 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.
NOOP| Constructor and Description |
|---|
ResolveCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ResolveCaseRequest |
withCaseId(String caseId)
The AWS Support case ID requested or returned in the call.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getCaseId()
public void setCaseId(String caseId)
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 ResolveCaseRequest withCaseId(String caseId)
Returns a reference to this object so that method calls can be chained together.
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 String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.