Package com.amazonaws.services.ec2.model
Class StartInstancesResult
java.lang.Object
com.amazonaws.services.ec2.model.StartInstancesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of StartInstances.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about one or more started instances.int
hashCode()
void
setStartingInstances
(Collection<InstanceStateChange> startingInstances) Information about one or more started instances.toString()
Returns a string representation of this object; useful for testing and debugging.withStartingInstances
(InstanceStateChange... startingInstances) Information about one or more started instances.withStartingInstances
(Collection<InstanceStateChange> startingInstances) Information about one or more started instances.
-
Constructor Details
-
StartInstancesResult
public StartInstancesResult()
-
-
Method Details
-
getStartingInstances
Information about one or more started instances.
- Returns:
- Information about one or more started instances.
-
setStartingInstances
Information about one or more started instances.
- Parameters:
startingInstances
- Information about one or more started instances.
-
withStartingInstances
Information about one or more started instances.
NOTE: This method appends the values to the existing list (if any). Use
setStartingInstances(java.util.Collection)
orwithStartingInstances(java.util.Collection)
if you want to override the existing values.- Parameters:
startingInstances
- Information about one or more started instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStartingInstances
public StartInstancesResult withStartingInstances(Collection<InstanceStateChange> startingInstances) Information about one or more started instances.
- Parameters:
startingInstances
- Information about one or more started instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-