@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUserStackAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeUserStackAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUserStackAssociationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
List<UserStackAssociation> |
getUserStackAssociations()
The UserStackAssociation objects.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The UserStackAssociation objects.
|
String |
toString()
Returns a string representation of this object.
|
DescribeUserStackAssociationsResult |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeUserStackAssociationsResult |
withUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The UserStackAssociation objects.
|
DescribeUserStackAssociationsResult |
withUserStackAssociations(UserStackAssociation... userStackAssociations)
The UserStackAssociation objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserStackAssociation> getUserStackAssociations()
The UserStackAssociation objects.
public void setUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The UserStackAssociation objects.
userStackAssociations
- The UserStackAssociation objects.public DescribeUserStackAssociationsResult withUserStackAssociations(UserStackAssociation... userStackAssociations)
The UserStackAssociation objects.
NOTE: This method appends the values to the existing list (if any). Use
setUserStackAssociations(java.util.Collection)
or
withUserStackAssociations(java.util.Collection)
if you want to override the existing values.
userStackAssociations
- The UserStackAssociation objects.public DescribeUserStackAssociationsResult withUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The UserStackAssociation objects.
userStackAssociations
- The UserStackAssociation objects.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public DescribeUserStackAssociationsResult withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String toString()
toString
in class Object
Object.toString()
public DescribeUserStackAssociationsResult clone()