public class TerminateInstancesResult
extends java.lang.Object
implements java.io.Serializable
The result of calling the TerminateInstances operation. Contains details on how the specified instances are changing state.
| コンストラクタと説明 |
|---|
TerminateInstancesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<InstanceStateChange> |
getTerminatingInstances()
The list of the terminating instances and details on how their state
has changed.
|
int |
hashCode() |
void |
setTerminatingInstances(java.util.Collection<InstanceStateChange> terminatingInstances)
The list of the terminating instances and details on how their state
has changed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TerminateInstancesResult |
withTerminatingInstances(java.util.Collection<InstanceStateChange> terminatingInstances)
The list of the terminating instances and details on how their state
has changed.
|
TerminateInstancesResult |
withTerminatingInstances(InstanceStateChange... terminatingInstances)
The list of the terminating instances and details on how their state
has changed.
|
public java.util.List<InstanceStateChange> getTerminatingInstances()
public void setTerminatingInstances(java.util.Collection<InstanceStateChange> terminatingInstances)
terminatingInstances - The list of the terminating instances and details on how their state
has changed.public TerminateInstancesResult withTerminatingInstances(InstanceStateChange... terminatingInstances)
Returns a reference to this object so that method calls can be chained together.
terminatingInstances - The list of the terminating instances and details on how their state
has changed.public TerminateInstancesResult withTerminatingInstances(java.util.Collection<InstanceStateChange> terminatingInstances)
Returns a reference to this object so that method calls can be chained together.
terminatingInstances - The list of the terminating instances and details on how their state
has changed.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object