public class StartInstancesResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of StartInstances.
| Constructor and Description |
|---|
StartInstancesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<InstanceStateChange> |
getStartingInstances()
Information about one or more started instances.
|
int |
hashCode() |
void |
setStartingInstances(java.util.Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartInstancesResult |
withStartingInstances(java.util.Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
|
StartInstancesResult |
withStartingInstances(InstanceStateChange... startingInstances)
Information about one or more started instances.
|
public java.util.List<InstanceStateChange> getStartingInstances()
public void setStartingInstances(java.util.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(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.