Class DescribeScalingProcessTypesResult
java.lang.Object
com.amazonaws.services.autoscaling.model.DescribeScalingProcessTypesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe names of the process types.inthashCode()voidsetProcesses(Collection<ProcessType> processes) The names of the process types.toString()Returns a string representation of this object; useful for testing and debugging.withProcesses(ProcessType... processes) The names of the process types.withProcesses(Collection<ProcessType> processes) The names of the process types.
-
Constructor Details
-
DescribeScalingProcessTypesResult
public DescribeScalingProcessTypesResult()
-
-
Method Details
-
getProcesses
The names of the process types.
- Returns:
- The names of the process types.
-
setProcesses
The names of the process types.
- Parameters:
processes- The names of the process types.
-
withProcesses
The names of the process types.
NOTE: This method appends the values to the existing list (if any). Use
setProcesses(java.util.Collection)orwithProcesses(java.util.Collection)if you want to override the existing values.- Parameters:
processes- The names of the process types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withProcesses
The names of the process types.
- Parameters:
processes- The names of the process types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-