com.amazonaws.services.ec2.model
Class CancelledSpotInstanceRequest

java.lang.Object
  extended by com.amazonaws.services.ec2.model.CancelledSpotInstanceRequest

public class CancelledSpotInstanceRequest
extends Object


Constructor Summary
CancelledSpotInstanceRequest()
           
 
Method Summary
 String getSpotInstanceRequestId()
           
 String getState()
           
 void setSpotInstanceRequestId(String spotInstanceRequestId)
           
 void setState(String state)
           
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CancelledSpotInstanceRequest withSpotInstanceRequestId(String spotInstanceRequestId)
           Returns a reference to this object so that method calls can be chained together.
 CancelledSpotInstanceRequest withState(String state)
           Returns a reference to this object so that method calls can be chained together.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelledSpotInstanceRequest

public CancelledSpotInstanceRequest()
Method Detail

getSpotInstanceRequestId

public String getSpotInstanceRequestId()
Returns:

setSpotInstanceRequestId

public void setSpotInstanceRequestId(String spotInstanceRequestId)
Parameters:
spotInstanceRequestId -

withSpotInstanceRequestId

public CancelledSpotInstanceRequest withSpotInstanceRequestId(String spotInstanceRequestId)

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

Parameters:
spotInstanceRequestId -
Returns:
A reference to this updated object so that method calls can be chained together.

getState

public String getState()
Returns:

setState

public void setState(String state)
Parameters:
state -

withState

public CancelledSpotInstanceRequest withState(String state)

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

Parameters:
state -
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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


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