@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEnvironmentManagedActionHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A result message containing a list of completed and failed managed actions.
Constructor and Description |
---|
DescribeEnvironmentManagedActionHistoryResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentManagedActionHistoryResult |
clone() |
boolean |
equals(Object obj) |
List<ManagedActionHistoryItem> |
getManagedActionHistoryItems()
A list of completed and failed managed actions.
|
String |
getNextToken()
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of
results.
|
int |
hashCode() |
void |
setManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)
A list of completed and failed managed actions.
|
void |
setNextToken(String nextToken)
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of
results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEnvironmentManagedActionHistoryResult |
withManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)
A list of completed and failed managed actions.
|
DescribeEnvironmentManagedActionHistoryResult |
withManagedActionHistoryItems(ManagedActionHistoryItem... managedActionHistoryItems)
A list of completed and failed managed actions.
|
DescribeEnvironmentManagedActionHistoryResult |
withNextToken(String nextToken)
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of
results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeEnvironmentManagedActionHistoryResult()
public List<ManagedActionHistoryItem> getManagedActionHistoryItems()
A list of completed and failed managed actions.
public void setManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)
A list of completed and failed managed actions.
managedActionHistoryItems
- A list of completed and failed managed actions.public DescribeEnvironmentManagedActionHistoryResult withManagedActionHistoryItems(ManagedActionHistoryItem... managedActionHistoryItems)
A list of completed and failed managed actions.
NOTE: This method appends the values to the existing list (if any). Use
setManagedActionHistoryItems(java.util.Collection)
or
withManagedActionHistoryItems(java.util.Collection)
if you want to override the existing values.
managedActionHistoryItems
- A list of completed and failed managed actions.public DescribeEnvironmentManagedActionHistoryResult withManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)
A list of completed and failed managed actions.
managedActionHistoryItems
- A list of completed and failed managed actions.public void setNextToken(String nextToken)
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
nextToken
- A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of
results.public String getNextToken()
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
public DescribeEnvironmentManagedActionHistoryResult withNextToken(String nextToken)
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
nextToken
- A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of
results.public String toString()
toString
in class Object
Object.toString()
public DescribeEnvironmentManagedActionHistoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.