public class DescribeScalingProcessTypesResult
extends java.lang.Object
implements java.io.Serializable
The output of the DescribeScalingProcessTypes action.
| コンストラクタと説明 |
|---|
DescribeScalingProcessTypesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object