@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationPolicyAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListConfigurationPolicyAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationPolicyAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AssociationFilters |
getFilters()
Options for filtering the
ListConfigurationPolicyAssociations response. |
Integer |
getMaxResults()
The maximum number of results that's returned by
ListConfigurationPolicies in each page of the
response. |
String |
getNextToken()
The
NextToken value that's returned from a previous paginated
ListConfigurationPolicyAssociations request where MaxResults was used but the results
exceeded the value of that parameter. |
int |
hashCode() |
void |
setFilters(AssociationFilters filters)
Options for filtering the
ListConfigurationPolicyAssociations response. |
void |
setMaxResults(Integer maxResults)
The maximum number of results that's returned by
ListConfigurationPolicies in each page of the
response. |
void |
setNextToken(String nextToken)
The
NextToken value that's returned from a previous paginated
ListConfigurationPolicyAssociations request where MaxResults was used but the results
exceeded the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
ListConfigurationPolicyAssociationsRequest |
withFilters(AssociationFilters filters)
Options for filtering the
ListConfigurationPolicyAssociations response. |
ListConfigurationPolicyAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that's returned by
ListConfigurationPolicies in each page of the
response. |
ListConfigurationPolicyAssociationsRequest |
withNextToken(String nextToken)
The
NextToken value that's returned from a previous paginated
ListConfigurationPolicyAssociations request where MaxResults was used but the results
exceeded the value of that parameter. |
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, withSdkRequestTimeout
public ListConfigurationPolicyAssociationsRequest()
public void setNextToken(String nextToken)
The NextToken
value that's returned from a previous paginated
ListConfigurationPolicyAssociations
request where MaxResults
was used but the results
exceeded the value of that parameter. Pagination continues from the end of the previous response that returned
the NextToken
value. This value is null
when there are no more results to return.
nextToken
- The NextToken
value that's returned from a previous paginated
ListConfigurationPolicyAssociations
request where MaxResults
was used but the
results exceeded the value of that parameter. Pagination continues from the end of the previous response
that returned the NextToken
value. This value is null
when there are no more
results to return.public String getNextToken()
The NextToken
value that's returned from a previous paginated
ListConfigurationPolicyAssociations
request where MaxResults
was used but the results
exceeded the value of that parameter. Pagination continues from the end of the previous response that returned
the NextToken
value. This value is null
when there are no more results to return.
NextToken
value that's returned from a previous paginated
ListConfigurationPolicyAssociations
request where MaxResults
was used but the
results exceeded the value of that parameter. Pagination continues from the end of the previous response
that returned the NextToken
value. This value is null
when there are no more
results to return.public ListConfigurationPolicyAssociationsRequest withNextToken(String nextToken)
The NextToken
value that's returned from a previous paginated
ListConfigurationPolicyAssociations
request where MaxResults
was used but the results
exceeded the value of that parameter. Pagination continues from the end of the previous response that returned
the NextToken
value. This value is null
when there are no more results to return.
nextToken
- The NextToken
value that's returned from a previous paginated
ListConfigurationPolicyAssociations
request where MaxResults
was used but the
results exceeded the value of that parameter. Pagination continues from the end of the previous response
that returned the NextToken
value. This value is null
when there are no more
results to return.public void setMaxResults(Integer maxResults)
The maximum number of results that's returned by ListConfigurationPolicies
in each page of the
response. When this parameter is used, ListConfigurationPolicyAssociations
returns the specified
number of results in a single page and a NextToken
response element. You can see the remaining
results of the initial request by sending another ListConfigurationPolicyAssociations
request with
the returned NextToken
value. A valid range for MaxResults
is between 1 and 100.
maxResults
- The maximum number of results that's returned by ListConfigurationPolicies
in each page of
the response. When this parameter is used, ListConfigurationPolicyAssociations
returns the
specified number of results in a single page and a NextToken
response element. You can see
the remaining results of the initial request by sending another
ListConfigurationPolicyAssociations
request with the returned NextToken
value. A
valid range for MaxResults
is between 1 and 100.public Integer getMaxResults()
The maximum number of results that's returned by ListConfigurationPolicies
in each page of the
response. When this parameter is used, ListConfigurationPolicyAssociations
returns the specified
number of results in a single page and a NextToken
response element. You can see the remaining
results of the initial request by sending another ListConfigurationPolicyAssociations
request with
the returned NextToken
value. A valid range for MaxResults
is between 1 and 100.
ListConfigurationPolicies
in each page of
the response. When this parameter is used, ListConfigurationPolicyAssociations
returns the
specified number of results in a single page and a NextToken
response element. You can see
the remaining results of the initial request by sending another
ListConfigurationPolicyAssociations
request with the returned NextToken
value.
A valid range for MaxResults
is between 1 and 100.public ListConfigurationPolicyAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of results that's returned by ListConfigurationPolicies
in each page of the
response. When this parameter is used, ListConfigurationPolicyAssociations
returns the specified
number of results in a single page and a NextToken
response element. You can see the remaining
results of the initial request by sending another ListConfigurationPolicyAssociations
request with
the returned NextToken
value. A valid range for MaxResults
is between 1 and 100.
maxResults
- The maximum number of results that's returned by ListConfigurationPolicies
in each page of
the response. When this parameter is used, ListConfigurationPolicyAssociations
returns the
specified number of results in a single page and a NextToken
response element. You can see
the remaining results of the initial request by sending another
ListConfigurationPolicyAssociations
request with the returned NextToken
value. A
valid range for MaxResults
is between 1 and 100.public void setFilters(AssociationFilters filters)
Options for filtering the ListConfigurationPolicyAssociations
response. You can filter by the Amazon
Resource Name (ARN) or universally unique identifier (UUID) of a configuration, AssociationType
, or
AssociationStatus
.
filters
- Options for filtering the ListConfigurationPolicyAssociations
response. You can filter by the
Amazon Resource Name (ARN) or universally unique identifier (UUID) of a configuration,
AssociationType
, or AssociationStatus
.public AssociationFilters getFilters()
Options for filtering the ListConfigurationPolicyAssociations
response. You can filter by the Amazon
Resource Name (ARN) or universally unique identifier (UUID) of a configuration, AssociationType
, or
AssociationStatus
.
ListConfigurationPolicyAssociations
response. You can filter by
the Amazon Resource Name (ARN) or universally unique identifier (UUID) of a configuration,
AssociationType
, or AssociationStatus
.public ListConfigurationPolicyAssociationsRequest withFilters(AssociationFilters filters)
Options for filtering the ListConfigurationPolicyAssociations
response. You can filter by the Amazon
Resource Name (ARN) or universally unique identifier (UUID) of a configuration, AssociationType
, or
AssociationStatus
.
filters
- Options for filtering the ListConfigurationPolicyAssociations
response. You can filter by the
Amazon Resource Name (ARN) or universally unique identifier (UUID) of a configuration,
AssociationType
, or AssociationStatus
.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationPolicyAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()