@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfiguredAudienceModelAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListConfiguredAudienceModelAssociationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListConfiguredAudienceModelAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<ConfiguredAudienceModelAssociationSummary> |
getConfiguredAudienceModelAssociationSummaries()
Summaries of the configured audience model associations that you requested.
|
String |
getNextToken()
The token value provided to access the next page of results.
|
int |
hashCode() |
void |
setConfiguredAudienceModelAssociationSummaries(Collection<ConfiguredAudienceModelAssociationSummary> configuredAudienceModelAssociationSummaries)
Summaries of the configured audience model associations that you requested.
|
void |
setNextToken(String nextToken)
The token value provided to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListConfiguredAudienceModelAssociationsResult |
withConfiguredAudienceModelAssociationSummaries(Collection<ConfiguredAudienceModelAssociationSummary> configuredAudienceModelAssociationSummaries)
Summaries of the configured audience model associations that you requested.
|
ListConfiguredAudienceModelAssociationsResult |
withConfiguredAudienceModelAssociationSummaries(ConfiguredAudienceModelAssociationSummary... configuredAudienceModelAssociationSummaries)
Summaries of the configured audience model associations that you requested.
|
ListConfiguredAudienceModelAssociationsResult |
withNextToken(String nextToken)
The token value provided to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListConfiguredAudienceModelAssociationsResult()
public List<ConfiguredAudienceModelAssociationSummary> getConfiguredAudienceModelAssociationSummaries()
Summaries of the configured audience model associations that you requested.
public void setConfiguredAudienceModelAssociationSummaries(Collection<ConfiguredAudienceModelAssociationSummary> configuredAudienceModelAssociationSummaries)
Summaries of the configured audience model associations that you requested.
configuredAudienceModelAssociationSummaries - Summaries of the configured audience model associations that you requested.public ListConfiguredAudienceModelAssociationsResult withConfiguredAudienceModelAssociationSummaries(ConfiguredAudienceModelAssociationSummary... configuredAudienceModelAssociationSummaries)
Summaries of the configured audience model associations that you requested.
NOTE: This method appends the values to the existing list (if any). Use
setConfiguredAudienceModelAssociationSummaries(java.util.Collection) or
withConfiguredAudienceModelAssociationSummaries(java.util.Collection) if you want to override the
existing values.
configuredAudienceModelAssociationSummaries - Summaries of the configured audience model associations that you requested.public ListConfiguredAudienceModelAssociationsResult withConfiguredAudienceModelAssociationSummaries(Collection<ConfiguredAudienceModelAssociationSummary> configuredAudienceModelAssociationSummaries)
Summaries of the configured audience model associations that you requested.
configuredAudienceModelAssociationSummaries - Summaries of the configured audience model associations that you requested.public void setNextToken(String nextToken)
The token value provided to access the next page of results.
nextToken - The token value provided to access the next page of results.public String getNextToken()
The token value provided to access the next page of results.
public ListConfiguredAudienceModelAssociationsResult withNextToken(String nextToken)
The token value provided to access the next page of results.
nextToken - The token value provided to access the next page of results.public String toString()
toString in class ObjectObject.toString()public ListConfiguredAudienceModelAssociationsResult clone()