@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScalingProcessTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeScalingProcessTypesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeScalingProcessTypesResult |
clone() |
boolean |
equals(Object obj) |
List<ProcessType> |
getProcesses()
The names of the process types.
|
int |
hashCode() |
void |
setProcesses(Collection<ProcessType> processes)
The names of the process types.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeScalingProcessTypesResult |
withProcesses(Collection<ProcessType> processes)
The names of the process types.
|
DescribeScalingProcessTypesResult |
withProcesses(ProcessType... processes)
The names of the process types.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProcessType> getProcesses()
The names of the process types.
public void setProcesses(Collection<ProcessType> processes)
The names of the process types.
processes
- The names of the process types.public DescribeScalingProcessTypesResult withProcesses(ProcessType... processes)
The names of the process types.
NOTE: This method appends the values to the existing list (if any). Use
setProcesses(java.util.Collection)
or withProcesses(java.util.Collection)
if you want to
override the existing values.
processes
- The names of the process types.public DescribeScalingProcessTypesResult withProcesses(Collection<ProcessType> processes)
The names of the process types.
processes
- The names of the process types.public String toString()
toString
in class Object
Object.toString()
public DescribeScalingProcessTypesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.