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