public class ListIntegrationAssociationsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListIntegrationAssociationsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<IntegrationAssociationSummary> |
getIntegrationAssociationSummaryList()
The associations.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
int |
hashCode() |
void |
setIntegrationAssociationSummaryList(java.util.Collection<IntegrationAssociationSummary> integrationAssociationSummaryList)
The associations.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIntegrationAssociationsResult |
withIntegrationAssociationSummaryList(java.util.Collection<IntegrationAssociationSummary> integrationAssociationSummaryList)
The associations.
|
ListIntegrationAssociationsResult |
withIntegrationAssociationSummaryList(IntegrationAssociationSummary... integrationAssociationSummaryList)
The associations.
|
ListIntegrationAssociationsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
public java.util.List<IntegrationAssociationSummary> getIntegrationAssociationSummaryList()
The associations.
The associations.
public void setIntegrationAssociationSummaryList(java.util.Collection<IntegrationAssociationSummary> integrationAssociationSummaryList)
The associations.
integrationAssociationSummaryList - The associations.
public ListIntegrationAssociationsResult withIntegrationAssociationSummaryList(IntegrationAssociationSummary... integrationAssociationSummaryList)
The associations.
Returns a reference to this object so that method calls can be chained together.
integrationAssociationSummaryList - The associations.
public ListIntegrationAssociationsResult withIntegrationAssociationSummaryList(java.util.Collection<IntegrationAssociationSummary> integrationAssociationSummaryList)
The associations.
Returns a reference to this object so that method calls can be chained together.
integrationAssociationSummaryList - The associations.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.
public ListIntegrationAssociationsResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
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.
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