public class DescribeScalingProcessTypesResult extends Object implements Serializable
The output of the DescribeScalingProcessTypes action.
| Constructor and Description |
|---|
DescribeScalingProcessTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ProcessType> |
getProcesses()
A list of ProcessType names.
|
int |
hashCode() |
void |
setProcesses(Collection<ProcessType> processes)
A list of ProcessType names.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeScalingProcessTypesResult |
withProcesses(Collection<ProcessType> processes)
A list of ProcessType names.
|
DescribeScalingProcessTypesResult |
withProcesses(ProcessType... processes)
A list of ProcessType names.
|
public List<ProcessType> getProcesses()
public void setProcesses(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(Collection<ProcessType> processes)
Returns a reference to this object so that method calls can be chained together.
processes - A list of ProcessType names.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.