com.amazonaws.services.ec2.model
Class StopInstancesResult

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

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

See Also:
Serialized Form

Constructor Summary
StopInstancesResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<InstanceStateChange> getStoppingInstances()
          Information about one or more stopped instances.
 int hashCode()
           
 void setStoppingInstances(java.util.Collection<InstanceStateChange> stoppingInstances)
          Information about one or more stopped instances.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 StopInstancesResult withStoppingInstances(java.util.Collection<InstanceStateChange> stoppingInstances)
          Information about one or more stopped instances.
 StopInstancesResult withStoppingInstances(InstanceStateChange... stoppingInstances)
          Information about one or more stopped instances.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopInstancesResult

public StopInstancesResult()
Method Detail

getStoppingInstances

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

Returns:
Information about one or more stopped instances.

setStoppingInstances

public void setStoppingInstances(java.util.Collection<InstanceStateChange> stoppingInstances)
Information about one or more stopped instances.

Parameters:
stoppingInstances - Information about one or more stopped instances.

withStoppingInstances

public StopInstancesResult withStoppingInstances(InstanceStateChange... stoppingInstances)
Information about one or more stopped instances.

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

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

withStoppingInstances

public StopInstancesResult withStoppingInstances(java.util.Collection<InstanceStateChange> stoppingInstances)
Information about one or more stopped instances.

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

Parameters:
stoppingInstances - Information about one or more stopped 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.