@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollaborationConfiguredAudienceModelAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCollaborationConfiguredAudienceModelAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationConfiguredAudienceModelAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollaborationIdentifier()
A unique identifier for the collaboration that the configured audience model association belongs to.
|
Integer |
getMaxResults()
The maximum size of the results that is returned per call.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the configured audience model association belongs to.
|
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
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.
|
ListCollaborationConfiguredAudienceModelAssociationsRequest |
withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the configured audience model association belongs to.
|
ListCollaborationConfiguredAudienceModelAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListCollaborationConfiguredAudienceModelAssociationsRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListCollaborationConfiguredAudienceModelAssociationsRequest()
public void setCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.
collaborationIdentifier - A unique identifier for the collaboration that the configured audience model association belongs to.
Accepts a collaboration ID.public String getCollaborationIdentifier()
A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.
public ListCollaborationConfiguredAudienceModelAssociationsRequest withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.
collaborationIdentifier - A unique identifier for the collaboration that the configured audience model association belongs to.
Accepts a collaboration ID.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 ListCollaborationConfiguredAudienceModelAssociationsRequest 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 void setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.public Integer getMaxResults()
The maximum size of the results that is returned per call.
public ListCollaborationConfiguredAudienceModelAssociationsRequest withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.public String toString()
toString in class ObjectObject.toString()public ListCollaborationConfiguredAudienceModelAssociationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()