public class DescribeEnvironmentManagedActionHistoryResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A result message containing a list of completed and failed managed actions.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ManagedActionHistoryItem> |
managedActionHistoryItems
A list of completed and failed managed actions.
|
private java.lang.String |
nextToken
A pagination token that you pass to
DescribeEnvironmentManagedActionHistory to get the next page of
results.
|
Constructor and Description |
---|
DescribeEnvironmentManagedActionHistoryResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentManagedActionHistoryResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ManagedActionHistoryItem> |
getManagedActionHistoryItems()
A list of completed and failed managed actions.
|
java.lang.String |
getNextToken()
A pagination token that you pass to
DescribeEnvironmentManagedActionHistory to get the next page of
results.
|
int |
hashCode() |
void |
setManagedActionHistoryItems(java.util.Collection<ManagedActionHistoryItem> managedActionHistoryItems)
A list of completed and failed managed actions.
|
void |
setNextToken(java.lang.String nextToken)
A pagination token that you pass to
DescribeEnvironmentManagedActionHistory to get the next page of
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEnvironmentManagedActionHistoryResult |
withManagedActionHistoryItems(java.util.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(java.lang.String nextToken)
A pagination token that you pass to
DescribeEnvironmentManagedActionHistory to get the next page of
results.
|
private SdkInternalList<ManagedActionHistoryItem> managedActionHistoryItems
A list of completed and failed managed actions.
private java.lang.String nextToken
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
public DescribeEnvironmentManagedActionHistoryResult()
public java.util.List<ManagedActionHistoryItem> getManagedActionHistoryItems()
A list of completed and failed managed actions.
public void setManagedActionHistoryItems(java.util.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(java.util.Collection<ManagedActionHistoryItem> managedActionHistoryItems)
A list of completed and failed managed actions.
managedActionHistoryItems
- A list of completed and failed managed actions.public void setNextToken(java.lang.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 java.lang.String getNextToken()
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
public DescribeEnvironmentManagedActionHistoryResult withNextToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeEnvironmentManagedActionHistoryResult clone()
clone
in class java.lang.Object