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