ToCopyableBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,DescribeIamInstanceProfileAssociationsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeIamInstanceProfileAssociationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,DescribeIamInstanceProfileAssociationsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeIamInstanceProfileAssociationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeIamInstanceProfileAssociationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<IamInstanceProfileAssociation> |
iamInstanceProfileAssociations() |
Information about one or more IAM instance profile associations.
|
String |
nextToken() |
The token to use to retrieve the next page of results.
|
static Class<? extends DescribeIamInstanceProfileAssociationsResponse.Builder> |
serializableBuilderClass() |
|
DescribeIamInstanceProfileAssociationsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<IamInstanceProfileAssociation> iamInstanceProfileAssociations()
Information about one or more IAM instance profile associations.
public String nextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeIamInstanceProfileAssociationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,DescribeIamInstanceProfileAssociationsResponse>
public static DescribeIamInstanceProfileAssociationsResponse.Builder builder()
public static Class<? extends DescribeIamInstanceProfileAssociationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.