Class DescribeCommunicationsResult
java.lang.Object
com.amazonaws.services.support.model.DescribeCommunicationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The communications returned by the DescribeCommunications operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The communications for the case.A resumption point for pagination.int
hashCode()
void
setCommunications
(Collection<Communication> communications) The communications for the case.void
setNextToken
(String nextToken) A resumption point for pagination.toString()
Returns a string representation of this object; useful for testing and debugging.withCommunications
(Communication... communications) The communications for the case.withCommunications
(Collection<Communication> communications) The communications for the case.withNextToken
(String nextToken) A resumption point for pagination.
-
Constructor Details
-
DescribeCommunicationsResult
public DescribeCommunicationsResult()
-
-
Method Details
-
getCommunications
The communications for the case.
- Returns:
- The communications for the case.
-
setCommunications
The communications for the case.
- Parameters:
communications
- The communications for the case.
-
withCommunications
The communications for the case.
NOTE: This method appends the values to the existing list (if any). Use
setCommunications(java.util.Collection)
orwithCommunications(java.util.Collection)
if you want to override the existing values.- Parameters:
communications
- The communications for the case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCommunications
The communications for the case.
- Parameters:
communications
- The communications for the case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A resumption point for pagination.
- Parameters:
nextToken
- A resumption point for pagination.
-
getNextToken
A resumption point for pagination.
- Returns:
- A resumption point for pagination.
-
withNextToken
A resumption point for pagination.
- Parameters:
nextToken
- A resumption point for pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-