public class StopInstancesResult extends Object implements Serializable
Constructor and Description |
---|
StopInstancesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<InstanceStateChange> |
getStoppingInstances()
Information about one or more stopped instances.
|
int |
hashCode() |
void |
setStoppingInstances(Collection<InstanceStateChange> stoppingInstances)
Information about one or more stopped instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public List<InstanceStateChange> getStoppingInstances()
Information about one or more stopped instances.
public void setStoppingInstances(Collection<InstanceStateChange> stoppingInstances)
Information about one or more stopped instances.
stoppingInstances
- Information about one or more stopped instances.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.