|
|||||||
| 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(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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeScalingProcessTypesResult()
| Method Detail |
|---|
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
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||