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.
|
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.