public class ListContactReferencesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListContactReferencesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<ReferenceSummary> |
getReferenceSummaryList()
Information about the flows.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setReferenceSummaryList(java.util.Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListContactReferencesResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
ListContactReferencesResult |
withReferenceSummaryList(java.util.Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
|
ListContactReferencesResult |
withReferenceSummaryList(ReferenceSummary... referenceSummaryList)
Information about the flows.
|
public java.util.List<ReferenceSummary> getReferenceSummaryList()
Information about the flows.
Information about the flows.
public void setReferenceSummaryList(java.util.Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
referenceSummaryList - Information about the flows.
public ListContactReferencesResult withReferenceSummaryList(ReferenceSummary... referenceSummaryList)
Information about the flows.
Returns a reference to this object so that method calls can be chained together.
referenceSummaryList - Information about the flows.
public ListContactReferencesResult withReferenceSummaryList(java.util.Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
Returns a reference to this object so that method calls can be chained together.
referenceSummaryList - Information about the flows.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
nextToken - If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
public ListContactReferencesResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
Returns a reference to this object so that method calls can be chained together.
nextToken - If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object