public class DescribeActivationsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeActivationsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeActivationsResult |
clone() |
boolean |
equals(Object obj) |
List<Activation> |
getActivationList()
A list of activations for your AWS account.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setActivationList(Collection<Activation> activationList)
A list of activations for your AWS account.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeActivationsResult |
withActivationList(Activation... activationList)
A list of activations for your AWS account.
|
DescribeActivationsResult |
withActivationList(Collection<Activation> activationList)
A list of activations for your AWS account.
|
DescribeActivationsResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
public List<Activation> getActivationList()
A list of activations for your AWS account.
public void setActivationList(Collection<Activation> activationList)
A list of activations for your AWS account.
activationList - A list of activations for your AWS account.public DescribeActivationsResult withActivationList(Activation... activationList)
A list of activations for your AWS account.
NOTE: This method appends the values to the existing list (if
any). Use setActivationList(java.util.Collection) or
withActivationList(java.util.Collection) if you want to override
the existing values.
activationList - A list of activations for your AWS account.public DescribeActivationsResult withActivationList(Collection<Activation> activationList)
A list of activations for your AWS account.
activationList - A list of activations for your AWS account.public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to
get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public DescribeActivationsResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to
get the next set of results.public String toString()
toString in class ObjectObject.toString()public DescribeActivationsResult clone()
Copyright © 2016. All rights reserved.