@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolveCaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ResolveCaseRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResolveCaseRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| 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. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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
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 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 ResolveCaseRequest 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
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()public ResolveCaseRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.