@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 AppIntegration 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 AppIntegration 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 AppIntegration associations.
|
ListIntegrationAssociationsResult |
withIntegrationAssociationSummaryList(IntegrationAssociationSummary... integrationAssociationSummaryList)
The AppIntegration 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 AppIntegration associations.
public void setIntegrationAssociationSummaryList(Collection<IntegrationAssociationSummary> integrationAssociationSummaryList)
The AppIntegration associations.
integrationAssociationSummaryList - The AppIntegration associations.public ListIntegrationAssociationsResult withIntegrationAssociationSummaryList(IntegrationAssociationSummary... integrationAssociationSummaryList)
The AppIntegration 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 AppIntegration associations.public ListIntegrationAssociationsResult withIntegrationAssociationSummaryList(Collection<IntegrationAssociationSummary> integrationAssociationSummaryList)
The AppIntegration associations.
integrationAssociationSummaryList - The AppIntegration 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()
Copyright © 2021. All rights reserved.