public class StartInstancesResult extends Object implements Serializable
Constructor and Description |
---|
StartInstancesResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public List<InstanceStateChange> getStartingInstances()
public void setStartingInstances(Collection<InstanceStateChange> startingInstances)
startingInstances
- Information about one or more started instances.public StartInstancesResult withStartingInstances(InstanceStateChange... startingInstances)
Returns a reference to this object so that method calls can be chained together.
startingInstances
- Information about one or more started instances.public StartInstancesResult withStartingInstances(Collection<InstanceStateChange> startingInstances)
Returns a reference to this object so that method calls can be chained together.
startingInstances
- Information about one or more started instances.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.