@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIamInstanceProfileAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeIamInstanceProfileAssociationsRequest>
NOOP| Constructor and Description |
|---|
DescribeIamInstanceProfileAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIamInstanceProfileAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAssociationIds()
The IAM instance profile associations.
|
Request<DescribeIamInstanceProfileAssociationsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
The filters.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token to request the next page of results.
|
int |
hashCode() |
void |
setAssociationIds(Collection<String> associationIds)
The IAM instance profile associations.
|
void |
setFilters(Collection<Filter> filters)
The filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIamInstanceProfileAssociationsRequest |
withAssociationIds(Collection<String> associationIds)
The IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsRequest |
withAssociationIds(String... associationIds)
The IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeIamInstanceProfileAssociationsRequest |
withFilters(Filter... filters)
The filters.
|
DescribeIamInstanceProfileAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeIamInstanceProfileAssociationsRequest |
withNextToken(String nextToken)
The token to request 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 DescribeIamInstanceProfileAssociationsRequest()
public List<String> getAssociationIds()
The IAM instance profile associations.
public void setAssociationIds(Collection<String> associationIds)
The IAM instance profile associations.
associationIds - The IAM instance profile associations.public DescribeIamInstanceProfileAssociationsRequest withAssociationIds(String... associationIds)
The IAM instance profile associations.
NOTE: This method appends the values to the existing list (if any). Use
setAssociationIds(java.util.Collection) or withAssociationIds(java.util.Collection) if you want
to override the existing values.
associationIds - The IAM instance profile associations.public DescribeIamInstanceProfileAssociationsRequest withAssociationIds(Collection<String> associationIds)
The IAM instance profile associations.
associationIds - The IAM instance profile associations.public List<Filter> getFilters()
The filters.
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
public void setFilters(Collection<Filter> filters)
The filters.
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
filters - The filters.
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
public DescribeIamInstanceProfileAssociationsRequest withFilters(Filter... filters)
The filters.
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - The filters.
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
public DescribeIamInstanceProfileAssociationsRequest withFilters(Collection<Filter> filters)
The filters.
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
filters - The filters.
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken value.
maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken value.public Integer getMaxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken value.
NextToken value.public DescribeIamInstanceProfileAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken value.
maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken value.public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public DescribeIamInstanceProfileAssociationsRequest withNextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.public Request<DescribeIamInstanceProfileAssociationsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeIamInstanceProfileAssociationsRequest>public String toString()
toString in class ObjectObject.toString()public DescribeIamInstanceProfileAssociationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.