com.amazonaws.services.ec2.model
Class StartInstancesResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.StartInstancesResult
All Implemented Interfaces:
java.io.Serializable

public class StartInstancesResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
StartInstancesResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartInstancesResult

public StartInstancesResult()
Method Detail

getStartingInstances

public java.util.List<InstanceStateChange> getStartingInstances()
Information about one or more started instances.

Returns:
Information about one or more started instances.

setStartingInstances

public void setStartingInstances(java.util.Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.

Parameters:
startingInstances - Information about one or more started instances.

withStartingInstances

public StartInstancesResult withStartingInstances(InstanceStateChange... startingInstances)
Information about one or more started instances.

Returns a reference to this object so that method calls can be chained together.

Parameters:
startingInstances - Information about one or more started instances.
Returns:
A reference to this updated object so that method calls can be chained together.

withStartingInstances

public StartInstancesResult withStartingInstances(java.util.Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.

Returns a reference to this object so that method calls can be chained together.

Parameters:
startingInstances - Information about one or more started instances.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.