@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 the 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 the 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.
|
DescribeIamInstanceProfileAssociationsResult |
withIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsResult |
withIamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)
Information about the 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 the IAM instance profile associations.
public void setIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
iamInstanceProfileAssociations
- Information about the IAM instance profile associations.public DescribeIamInstanceProfileAssociationsResult withIamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)
Information about the 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 the IAM instance profile associations.public DescribeIamInstanceProfileAssociationsResult withIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
iamInstanceProfileAssociations
- Information about the 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 © 2021. All rights reserved.