@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfiguredAudienceModelsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConfiguredAudienceModelsResult() |
Modifier and Type | Method and Description |
---|---|
ListConfiguredAudienceModelsResult |
clone() |
boolean |
equals(Object obj) |
List<ConfiguredAudienceModelSummary> |
getConfiguredAudienceModels()
The configured audience models.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setConfiguredAudienceModels(Collection<ConfiguredAudienceModelSummary> configuredAudienceModels)
The configured audience models.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListConfiguredAudienceModelsResult |
withConfiguredAudienceModels(Collection<ConfiguredAudienceModelSummary> configuredAudienceModels)
The configured audience models.
|
ListConfiguredAudienceModelsResult |
withConfiguredAudienceModels(ConfiguredAudienceModelSummary... configuredAudienceModels)
The configured audience models.
|
ListConfiguredAudienceModelsResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListConfiguredAudienceModelsResult withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public List<ConfiguredAudienceModelSummary> getConfiguredAudienceModels()
The configured audience models.
public void setConfiguredAudienceModels(Collection<ConfiguredAudienceModelSummary> configuredAudienceModels)
The configured audience models.
configuredAudienceModels
- The configured audience models.public ListConfiguredAudienceModelsResult withConfiguredAudienceModels(ConfiguredAudienceModelSummary... configuredAudienceModels)
The configured audience models.
NOTE: This method appends the values to the existing list (if any). Use
setConfiguredAudienceModels(java.util.Collection)
or
withConfiguredAudienceModels(java.util.Collection)
if you want to override the existing values.
configuredAudienceModels
- The configured audience models.public ListConfiguredAudienceModelsResult withConfiguredAudienceModels(Collection<ConfiguredAudienceModelSummary> configuredAudienceModels)
The configured audience models.
configuredAudienceModels
- The configured audience models.public String toString()
toString
in class Object
Object.toString()
public ListConfiguredAudienceModelsResult clone()