|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.support.model.DescribeCommunicationsRequest
public class DescribeCommunicationsRequest
Container for the parameters to the 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.
AWSSupport.describeCommunications(DescribeCommunicationsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeCommunicationsRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCommunicationsRequest()
Method Detail |
---|
public 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-c4c1d2bf33c5cf47
public 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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |