@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCommunicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeCommunicationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeCommunicationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAfterTime()
The start date for a filtered date search on support case communications.
|
String |
getBeforeTime()
The end date for a filtered date search on support case communications.
|
String |
getCaseId()
The AWS Support case ID requested or returned in the call.
|
Integer |
getMaxResults()
The maximum number of results to return before paginating.
|
String |
getNextToken()
A resumption point for pagination.
|
int |
hashCode() |
void |
setAfterTime(String afterTime)
The start date for a filtered date search on support case communications.
|
void |
setBeforeTime(String beforeTime)
The end date for a filtered date search on support case communications.
|
void |
setCaseId(String caseId)
The AWS Support case ID requested or returned in the call.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return before paginating.
|
void |
setNextToken(String nextToken)
A resumption point for pagination.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeCommunicationsRequest |
withAfterTime(String afterTime)
The start date for a filtered date search on support case communications.
|
DescribeCommunicationsRequest |
withBeforeTime(String beforeTime)
The end date for a filtered date search on support case communications.
|
DescribeCommunicationsRequest |
withCaseId(String caseId)
The AWS Support case ID requested or returned in the call.
|
DescribeCommunicationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return before paginating.
|
DescribeCommunicationsRequest |
withNextToken(String nextToken)
A resumption point for pagination.
|
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)
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 DescribeCommunicationsRequest 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 void setBeforeTime(String beforeTime)
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
beforeTime
- The end date for a filtered date search on support case communications. Case communications are available
for 12 months after creation.public String getBeforeTime()
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
public DescribeCommunicationsRequest withBeforeTime(String beforeTime)
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
beforeTime
- The end date for a filtered date search on support case communications. Case communications are available
for 12 months after creation.public void setAfterTime(String afterTime)
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
afterTime
- The start date for a filtered date search on support case communications. Case communications are
available for 12 months after creation.public String getAfterTime()
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
public DescribeCommunicationsRequest withAfterTime(String afterTime)
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
afterTime
- The start date for a filtered date search on support case communications. Case communications are
available for 12 months after creation.public void setNextToken(String nextToken)
A resumption point for pagination.
nextToken
- A resumption point for pagination.public String getNextToken()
A resumption point for pagination.
public DescribeCommunicationsRequest withNextToken(String nextToken)
A resumption point for pagination.
nextToken
- A resumption point for pagination.public void setMaxResults(Integer maxResults)
The maximum number of results to return before paginating.
maxResults
- The maximum number of results to return before paginating.public Integer getMaxResults()
The maximum number of results to return before paginating.
public DescribeCommunicationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return before paginating.
maxResults
- The maximum number of results to return before paginating.public String toString()
toString
in class Object
Object.toString()
public DescribeCommunicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.