public class RecentCaseCommunications
extends java.lang.Object
implements java.io.Serializable
List of Commmunication objects.
| コンストラクタと説明 |
|---|
RecentCaseCommunications() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Communication> |
getCommunications()
List of Commmunication objects.
|
java.lang.String |
getNextToken()
Defines a resumption point for pagination.
|
int |
hashCode() |
void |
setCommunications(java.util.Collection<Communication> communications)
List of Commmunication objects.
|
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.
|
RecentCaseCommunications |
withCommunications(java.util.Collection<Communication> communications)
List of Commmunication objects.
|
RecentCaseCommunications |
withCommunications(Communication... communications)
List of Commmunication objects.
|
RecentCaseCommunications |
withNextToken(java.lang.String nextToken)
Defines a resumption point for pagination.
|
public java.util.List<Communication> getCommunications()
public void setCommunications(java.util.Collection<Communication> communications)
communications - List of Commmunication objects.public RecentCaseCommunications withCommunications(Communication... communications)
Returns a reference to this object so that method calls can be chained together.
communications - List of Commmunication objects.public RecentCaseCommunications withCommunications(java.util.Collection<Communication> communications)
Returns a reference to this object so that method calls can be chained together.
communications - List of Commmunication objects.public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - Defines a resumption point for pagination.public RecentCaseCommunications 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.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object