|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeScalingProcessTypesResult
public class DescribeScalingProcessTypesResult
The output of the DescribeScalingProcessTypes action.
| Constructor Summary | |
|---|---|
DescribeScalingProcessTypesResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeScalingProcessTypesResult()
| Method Detail |
|---|
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()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||