Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeIamInstanceProfileAssociationsRequest.Builder,DescribeIamInstanceProfileAssociationsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeIamInstanceProfileAssociationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeIamInstanceProfileAssociationsRequest.Builder,DescribeIamInstanceProfileAssociationsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeIamInstanceProfileAssociationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
associationIds() |
One or more IAM instance profile associations.
|
static DescribeIamInstanceProfileAssociationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
One or more filters.
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return in a single call.
|
String |
nextToken() |
The token to request the next page of results.
|
static Class<? extends DescribeIamInstanceProfileAssociationsRequest.Builder> |
serializableBuilderClass() |
|
DescribeIamInstanceProfileAssociationsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> associationIds()
One or more IAM instance profile associations.
public List<Filter> filters()
One or more 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 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.
NextToken
value.public String nextToken()
The token to request the next page of results.
public DescribeIamInstanceProfileAssociationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeIamInstanceProfileAssociationsRequest.Builder,DescribeIamInstanceProfileAssociationsRequest>
public static DescribeIamInstanceProfileAssociationsRequest.Builder builder()
public static Class<? extends DescribeIamInstanceProfileAssociationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.