@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCaseRequest() |
Modifier and Type | Method and Description |
---|---|
GetCaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCaseId()
A unique identifier of the case.
|
String |
getDomainId()
The unique identifier of the Cases domain.
|
List<FieldIdentifier> |
getFields()
A list of unique field identifiers.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setCaseId(String caseId)
A unique identifier of the case.
|
void |
setDomainId(String domainId)
The unique identifier of the Cases domain.
|
void |
setFields(Collection<FieldIdentifier> fields)
A list of unique field identifiers.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
GetCaseRequest |
withCaseId(String caseId)
A unique identifier of the case.
|
GetCaseRequest |
withDomainId(String domainId)
The unique identifier of the Cases domain.
|
GetCaseRequest |
withFields(Collection<FieldIdentifier> fields)
A list of unique field identifiers.
|
GetCaseRequest |
withFields(FieldIdentifier... fields)
A list of unique field identifiers.
|
GetCaseRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setCaseId(String caseId)
A unique identifier of the case.
caseId
- A unique identifier of the case.public String getCaseId()
A unique identifier of the case.
public GetCaseRequest withCaseId(String caseId)
A unique identifier of the case.
caseId
- A unique identifier of the case.public void setDomainId(String domainId)
The unique identifier of the Cases domain.
domainId
- The unique identifier of the Cases domain.public String getDomainId()
The unique identifier of the Cases domain.
public GetCaseRequest withDomainId(String domainId)
The unique identifier of the Cases domain.
domainId
- The unique identifier of the Cases domain.public List<FieldIdentifier> getFields()
A list of unique field identifiers.
public void setFields(Collection<FieldIdentifier> fields)
A list of unique field identifiers.
fields
- A list of unique field identifiers.public GetCaseRequest withFields(FieldIdentifier... fields)
A list of unique field identifiers.
NOTE: This method appends the values to the existing list (if any). Use
setFields(java.util.Collection)
or withFields(java.util.Collection)
if you want to override the
existing values.
fields
- A list of unique field identifiers.public GetCaseRequest withFields(Collection<FieldIdentifier> fields)
A list of unique field identifiers.
fields
- A list of unique field identifiers.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public GetCaseRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetCaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()