@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartInstancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of StartInstances.
Constructor and Description |
---|
StartInstancesResult() |
Modifier and Type | Method and Description |
---|---|
StartInstancesResult |
clone() |
boolean |
equals(Object obj) |
List<InstanceStateChange> |
getStartingInstances()
Information about one or more started instances.
|
int |
hashCode() |
void |
setStartingInstances(Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartInstancesResult |
withStartingInstances(Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
|
StartInstancesResult |
withStartingInstances(InstanceStateChange... startingInstances)
Information about one or more started instances.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InstanceStateChange> getStartingInstances()
Information about one or more started instances.
public void setStartingInstances(Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
startingInstances
- Information about one or more started instances.public StartInstancesResult withStartingInstances(InstanceStateChange... startingInstances)
Information about one or more started instances.
NOTE: This method appends the values to the existing list (if any). Use
setStartingInstances(java.util.Collection)
or withStartingInstances(java.util.Collection)
if
you want to override the existing values.
startingInstances
- Information about one or more started instances.public StartInstancesResult withStartingInstances(Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
startingInstances
- Information about one or more started instances.public String toString()
toString
in class Object
Object.toString()
public StartInstancesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.