Class DescribeEnvironmentManagedActionHistoryResult
- All Implemented Interfaces:
Serializable
,Cloneable
A result message containing a list of completed and failed managed actions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of completed and failed managed actions.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.toString()
Returns a string representation of this object; useful for testing and debugging.withManagedActionHistoryItems
(ManagedActionHistoryItem... managedActionHistoryItems) A list of completed and failed managed actions.withManagedActionHistoryItems
(Collection<ManagedActionHistoryItem> managedActionHistoryItems) A list of completed and failed managed actions.withNextToken
(String nextToken) A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
-
Constructor Details
-
DescribeEnvironmentManagedActionHistoryResult
public DescribeEnvironmentManagedActionHistoryResult()
-
-
Method Details
-
getManagedActionHistoryItems
A list of completed and failed managed actions.
- Returns:
- A list of completed and failed managed actions.
-
setManagedActionHistoryItems
public void setManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems) A list of completed and failed managed actions.
- Parameters:
managedActionHistoryItems
- A list of completed and failed managed actions.
-
withManagedActionHistoryItems
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)
orwithManagedActionHistoryItems(java.util.Collection)
if you want to override the existing values.- Parameters:
managedActionHistoryItems
- A list of completed and failed managed actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withManagedActionHistoryItems
public DescribeEnvironmentManagedActionHistoryResult withManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems) A list of completed and failed managed actions.
- Parameters:
managedActionHistoryItems
- A list of completed and failed managed actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
- Parameters:
nextToken
- A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
-
getNextToken
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
- Returns:
- A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
-
withNextToken
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
- Parameters:
nextToken
- A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-