@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()  | 
boolean | 
equals(Object obj)  | 
String | 
getCaseId()
 The support case ID requested or returned in the call. 
 | 
int | 
hashCode()  | 
void | 
setCaseId(String caseId)
 The support case ID requested or returned in the call. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ResolveCaseRequest | 
withCaseId(String caseId)
 The support case ID requested or returned in the call. 
 | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCaseId(String caseId)
The 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 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 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 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 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()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.