@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListProfileAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListProfileAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of objects that you want to return for this request.
|
String |
getNextToken()
For the first call to this list request, omit this value.
|
String |
getProfileId()
ID of the Profile.
|
String |
getResourceId()
ID of the VPC.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects that you want to return for this request.
|
void |
setNextToken(String nextToken)
For the first call to this list request, omit this value.
|
void |
setProfileId(String profileId)
ID of the Profile.
|
void |
setResourceId(String resourceId)
ID of the VPC.
|
String |
toString()
Returns a string representation of this object.
|
ListProfileAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that you want to return for this request.
|
ListProfileAssociationsRequest |
withNextToken(String nextToken)
For the first call to this list request, omit this value.
|
ListProfileAssociationsRequest |
withProfileId(String profileId)
ID of the Profile.
|
ListProfileAssociationsRequest |
withResourceId(String resourceId)
ID of the VPC.
|
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 void setMaxResults(Integer maxResults)
The maximum number of objects that you want to return for this request. If more objects are available, in the
response, a NextToken value, which you can use in a subsequent call to get the next batch of
objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
maxResults - The maximum number of objects that you want to return for this request. If more objects are available, in
the response, a NextToken value, which you can use in a subsequent call to get the next batch
of objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
public Integer getMaxResults()
The maximum number of objects that you want to return for this request. If more objects are available, in the
response, a NextToken value, which you can use in a subsequent call to get the next batch of
objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
NextToken value, which you can use in a subsequent call to get the next
batch of objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
public ListProfileAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of objects that you want to return for this request. If more objects are available, in the
response, a NextToken value, which you can use in a subsequent call to get the next batch of
objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
maxResults - The maximum number of objects that you want to return for this request. If more objects are available, in
the response, a NextToken value, which you can use in a subsequent call to get the next batch
of objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
public void setNextToken(String nextToken)
For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in your
next request.
nextToken - For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in
your next request.
public String getNextToken()
For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in your
next request.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in
your next request.
public ListProfileAssociationsRequest withNextToken(String nextToken)
For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in your
next request.
nextToken - For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is
returned. If more objects are available for retrieval, a NextToken value is returned in the
response. To retrieve the next batch of objects, use the token that was returned for the prior request in
your next request.
public void setProfileId(String profileId)
ID of the Profile.
profileId - ID of the Profile.public String getProfileId()
ID of the Profile.
public ListProfileAssociationsRequest withProfileId(String profileId)
ID of the Profile.
profileId - ID of the Profile.public void setResourceId(String resourceId)
ID of the VPC.
resourceId - ID of the VPC.public String getResourceId()
ID of the VPC.
public ListProfileAssociationsRequest withResourceId(String resourceId)
ID of the VPC.
resourceId - ID of the VPC.public String toString()
toString in class ObjectObject.toString()public ListProfileAssociationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()