@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIamInstanceProfileAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeIamInstanceProfileAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeIamInstanceProfileAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<IamInstanceProfileAssociation> |
getIamInstanceProfileAssociations()
Information about one or more IAM instance profile associations.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about one or more IAM instance profile associations.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeIamInstanceProfileAssociationsResult |
withIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about one or more IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsResult |
withIamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)
Information about one or more IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeIamInstanceProfileAssociationsResult()
public List<IamInstanceProfileAssociation> getIamInstanceProfileAssociations()
Information about one or more IAM instance profile associations.
public void setIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about one or more IAM instance profile associations.
iamInstanceProfileAssociations
- Information about one or more IAM instance profile associations.public DescribeIamInstanceProfileAssociationsResult withIamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)
Information about one or more IAM instance profile associations.
NOTE: This method appends the values to the existing list (if any). Use
setIamInstanceProfileAssociations(java.util.Collection)
or
withIamInstanceProfileAssociations(java.util.Collection)
if you want to override the existing values.
iamInstanceProfileAssociations
- Information about one or more IAM instance profile associations.public DescribeIamInstanceProfileAssociationsResult withIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about one or more IAM instance profile associations.
iamInstanceProfileAssociations
- Information about one or more IAM instance profile associations.public void setNextToken(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.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
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 DescribeIamInstanceProfileAssociationsResult withNextToken(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.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeIamInstanceProfileAssociationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.