@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 include in another request to get the next page of items.
|
int |
hashCode() |
void |
setIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeIamInstanceProfileAssociationsResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeIamInstanceProfileAssociationsResult clone()