public class DescribeScalingProcessTypesResult
extends java.lang.Object
implements java.io.Serializable
The output of the DescribeScalingProcessTypes action.
| Constructor and Description |
|---|
DescribeScalingProcessTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ProcessType> |
getProcesses()
A list of ProcessType names.
|
int |
hashCode() |
void |
setProcesses(java.util.Collection<ProcessType> processes)
A list of ProcessType names.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeScalingProcessTypesResult |
withProcesses(java.util.Collection<ProcessType> processes)
A list of ProcessType names.
|
DescribeScalingProcessTypesResult |
withProcesses(ProcessType... processes)
A list of ProcessType names.
|
public java.util.List<ProcessType> getProcesses()
public void setProcesses(java.util.Collection<ProcessType> processes)
processes - A list of ProcessType names.public DescribeScalingProcessTypesResult withProcesses(ProcessType... processes)
Returns a reference to this object so that method calls can be chained together.
processes - A list of ProcessType names.public DescribeScalingProcessTypesResult withProcesses(java.util.Collection<ProcessType> processes)
Returns a reference to this object so that method calls can be chained together.
processes - A list of ProcessType names.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object