public class DescribeIamInstanceProfileAssociationsResult extends Object implements Serializable
Constructor and Description |
---|
DescribeIamInstanceProfileAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 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 String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.