@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContactReferencesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListContactReferencesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListContactReferencesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<ReferenceSummary> |
getReferenceSummaryList()
Information about the flows.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setReferenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
|
String |
toString()
Returns a string representation of this object.
|
ListContactReferencesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListContactReferencesResult |
withReferenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
|
ListContactReferencesResult |
withReferenceSummaryList(ReferenceSummary... referenceSummaryList)
Information about the flows.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ReferenceSummary> getReferenceSummaryList()
Information about the flows.
public void setReferenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
referenceSummaryList - Information about the flows.public ListContactReferencesResult withReferenceSummaryList(ReferenceSummary... referenceSummaryList)
Information about the flows.
NOTE: This method appends the values to the existing list (if any). Use
setReferenceSummaryList(java.util.Collection) or withReferenceSummaryList(java.util.Collection)
if you want to override the existing values.
referenceSummaryList - Information about the flows.public ListContactReferencesResult withReferenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
referenceSummaryList - Information about the flows.public void setNextToken(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 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.
This is always returned as null in the response.
public ListContactReferencesResult withNextToken(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 String toString()
toString in class ObjectObject.toString()public ListContactReferencesResult clone()