Class ExitStandbyResult
java.lang.Object
com.amazonaws.services.autoscaling.model.ExitStandbyResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe activities related to moving instances out ofStandbymode.inthashCode()voidsetActivities(Collection<Activity> activities) The activities related to moving instances out ofStandbymode.toString()Returns a string representation of this object; useful for testing and debugging.withActivities(Activity... activities) The activities related to moving instances out ofStandbymode.withActivities(Collection<Activity> activities) The activities related to moving instances out ofStandbymode.
-
Constructor Details
-
ExitStandbyResult
public ExitStandbyResult()
-
-
Method Details
-
getActivities
The activities related to moving instances out of
Standbymode.- Returns:
- The activities related to moving instances out of
Standbymode.
-
setActivities
The activities related to moving instances out of
Standbymode.- Parameters:
activities- The activities related to moving instances out ofStandbymode.
-
withActivities
The activities related to moving instances out of
Standbymode.NOTE: This method appends the values to the existing list (if any). Use
setActivities(java.util.Collection)orwithActivities(java.util.Collection)if you want to override the existing values.- Parameters:
activities- The activities related to moving instances out ofStandbymode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withActivities
The activities related to moving instances out of
Standbymode.- Parameters:
activities- The activities related to moving instances out ofStandbymode.- 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
-