public class DescribeCommunicationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeCommunications operation.
This action returns communications regarding the support case. You can use the AfterTime and BeforeTime parameters to filter by date. The CaseId parameter enables you to identify a specific case by its CaseId number.
The MaxResults and NextToken parameters enable you to control the pagination of the result set. Set MaxResults to the number of cases you want displayed on each page, and use NextToken to specify the resumption of pagination.
| コンストラクタと説明 |
|---|
DescribeCommunicationsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAfterTime()
Start date for a filtered date search on support case communications.
|
java.lang.String |
getBeforeTime()
End date for a filtered date search on support case communications.
|
java.lang.String |
getCaseId()
String that indicates the AWS Support caseID requested or returned in
the call.
|
java.lang.Integer |
getMaxResults()
Integer that sets the maximum number of results to return before
paginating.
|
java.lang.String |
getNextToken()
Defines a resumption point for pagination.
|
int |
hashCode() |
void |
setAfterTime(java.lang.String afterTime)
Start date for a filtered date search on support case communications.
|
void |
setBeforeTime(java.lang.String beforeTime)
End date for a filtered date search on support case communications.
|
void |
setCaseId(java.lang.String caseId)
String that indicates the AWS Support caseID requested or returned in
the call.
|
void |
setMaxResults(java.lang.Integer maxResults)
Integer that sets the maximum number of results to return before
paginating.
|
void |
setNextToken(java.lang.String nextToken)
Defines a resumption point for pagination.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCommunicationsRequest |
withAfterTime(java.lang.String afterTime)
Start date for a filtered date search on support case communications.
|
DescribeCommunicationsRequest |
withBeforeTime(java.lang.String beforeTime)
End date for a filtered date search on support case communications.
|
DescribeCommunicationsRequest |
withCaseId(java.lang.String caseId)
String that indicates the AWS Support caseID requested or returned in
the call.
|
DescribeCommunicationsRequest |
withMaxResults(java.lang.Integer maxResults)
Integer that sets the maximum number of results to return before
paginating.
|
DescribeCommunicationsRequest |
withNextToken(java.lang.String nextToken)
Defines a resumption point for pagination.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getCaseId()
public void setCaseId(java.lang.String caseId)
caseId - String that indicates the AWS Support caseID requested or returned in
the call. The caseID is an alphanumeric string formatted as shown in
this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47public DescribeCommunicationsRequest withCaseId(java.lang.String caseId)
Returns a reference to this object so that method calls can be chained together.
caseId - String that indicates the AWS Support caseID requested or returned in
the call. The caseID is an alphanumeric string formatted as shown in
this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47public java.lang.String getBeforeTime()
public void setBeforeTime(java.lang.String beforeTime)
beforeTime - End date for a filtered date search on support case communications.public DescribeCommunicationsRequest withBeforeTime(java.lang.String beforeTime)
Returns a reference to this object so that method calls can be chained together.
beforeTime - End date for a filtered date search on support case communications.public java.lang.String getAfterTime()
public void setAfterTime(java.lang.String afterTime)
afterTime - Start date for a filtered date search on support case communications.public DescribeCommunicationsRequest withAfterTime(java.lang.String afterTime)
Returns a reference to this object so that method calls can be chained together.
afterTime - Start date for a filtered date search on support case communications.public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - Defines a resumption point for pagination.public DescribeCommunicationsRequest withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - Defines a resumption point for pagination.public java.lang.Integer getMaxResults()
Constraints:
Range: 10 - 100
public void setMaxResults(java.lang.Integer maxResults)
Constraints:
Range: 10 - 100
maxResults - Integer that sets the maximum number of results to return before
paginating.public DescribeCommunicationsRequest withMaxResults(java.lang.Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 10 - 100
maxResults - Integer that sets the maximum number of results to return before
paginating.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object