@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 items to return for this request.
|
String |
getNextToken()
The token returned from a previous paginated request.
|
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 items to return for this request.
|
void |
setNextToken(String nextToken)
The token returned from a previous paginated request.
|
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 items to return for this request.
|
DescribeIamInstanceProfileAssociationsRequest |
withNextToken(String nextToken)
The token returned from a previous paginated request.
|
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 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
).
instance-id
- The ID of the instance.
state
- The state of the association (associating
| associated
|
disassociating
).
public void setFilters(Collection<Filter> filters)
The filters.
instance-id
- The ID of the instance.
state
- The state of the association (associating
| associated
|
disassociating
).
filters
- The filters.
instance-id
- The ID of the instance.
state
- The state of the association (associating
| associated
|
disassociating
).
public DescribeIamInstanceProfileAssociationsRequest withFilters(Filter... filters)
The filters.
instance-id
- The ID of the instance.
state
- The state of the association (associating
| associated
|
disassociating
).
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
).
public DescribeIamInstanceProfileAssociationsRequest withFilters(Collection<Filter> filters)
The filters.
instance-id
- The ID of the instance.
state
- The state of the association (associating
| associated
|
disassociating
).
filters
- The filters.
instance-id
- The ID of the instance.
state
- The state of the association (associating
| associated
|
disassociating
).
public void setMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public Integer getMaxResults()
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
public DescribeIamInstanceProfileAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public void setNextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.public String getNextToken()
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
public DescribeIamInstanceProfileAssociationsRequest withNextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.public Request<DescribeIamInstanceProfileAssociationsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeIamInstanceProfileAssociationsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeIamInstanceProfileAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()