@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEnvironmentActionsResult() |
Modifier and Type | Method and Description |
---|---|
ListEnvironmentActionsResult |
clone() |
boolean |
equals(Object obj) |
List<EnvironmentActionSummary> |
getItems()
The results of
ListEnvironmentActions . |
String |
getNextToken()
When the number of environment actions is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
environment actions, the response includes a pagination token named NextToken . |
int |
hashCode() |
void |
setItems(Collection<EnvironmentActionSummary> items)
The results of
ListEnvironmentActions . |
void |
setNextToken(String nextToken)
When the number of environment actions is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
environment actions, the response includes a pagination token named NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentActionsResult |
withItems(Collection<EnvironmentActionSummary> items)
The results of
ListEnvironmentActions . |
ListEnvironmentActionsResult |
withItems(EnvironmentActionSummary... items)
The results of
ListEnvironmentActions . |
ListEnvironmentActionsResult |
withNextToken(String nextToken)
When the number of environment actions is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
environment actions, the response includes a pagination token named NextToken . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EnvironmentActionSummary> getItems()
The results of ListEnvironmentActions
.
ListEnvironmentActions
.public void setItems(Collection<EnvironmentActionSummary> items)
The results of ListEnvironmentActions
.
items
- The results of ListEnvironmentActions
.public ListEnvironmentActionsResult withItems(EnvironmentActionSummary... items)
The results of ListEnvironmentActions
.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- The results of ListEnvironmentActions
.public ListEnvironmentActionsResult withItems(Collection<EnvironmentActionSummary> items)
The results of ListEnvironmentActions
.
items
- The results of ListEnvironmentActions
.public void setNextToken(String nextToken)
When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of
environment actions, the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListEnvironmentActions
to list the next set of
environment actions.
nextToken
- When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of environment actions, the response includes a pagination token named NextToken
. You can
specify this NextToken
value in a subsequent call to ListEnvironmentActions
to
list the next set of environment actions.public String getNextToken()
When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of
environment actions, the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListEnvironmentActions
to list the next set of
environment actions.
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of environment actions, the response includes a pagination token named NextToken
. You can
specify this NextToken
value in a subsequent call to ListEnvironmentActions
to
list the next set of environment actions.public ListEnvironmentActionsResult withNextToken(String nextToken)
When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of
environment actions, the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListEnvironmentActions
to list the next set of
environment actions.
nextToken
- When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of environment actions, the response includes a pagination token named NextToken
. You can
specify this NextToken
value in a subsequent call to ListEnvironmentActions
to
list the next set of environment actions.public String toString()
toString
in class Object
Object.toString()
public ListEnvironmentActionsResult clone()