com.amazonaws.services.ec2.model
Class CancelSpotInstanceRequestsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.CancelSpotInstanceRequestsRequest

public class CancelSpotInstanceRequestsRequest
extends AmazonWebServiceRequest


Constructor Summary
CancelSpotInstanceRequestsRequest()
           
 
Method Summary
 List<String> getSpotInstanceRequestIds()
          Specifies the ID of the Spot Instance request.
 void setSpotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
          Specifies the ID of the Spot Instance request.
 String toString()
           
 CancelSpotInstanceRequestsRequest withSpotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
          Specifies the ID of the Spot Instance request.
 CancelSpotInstanceRequestsRequest withSpotInstanceRequestIds(String... spotInstanceRequestIds)
          Specifies the ID of the Spot Instance request.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelSpotInstanceRequestsRequest

public CancelSpotInstanceRequestsRequest()
Method Detail

getSpotInstanceRequestIds

public List<String> getSpotInstanceRequestIds()
Specifies the ID of the Spot Instance request.

Returns:
Specifies the ID of the Spot Instance request.

setSpotInstanceRequestIds

public void setSpotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
Specifies the ID of the Spot Instance request.

Parameters:
spotInstanceRequestIds - Specifies the ID of the Spot Instance request.

withSpotInstanceRequestIds

public CancelSpotInstanceRequestsRequest withSpotInstanceRequestIds(String... spotInstanceRequestIds)
Specifies the ID of the Spot Instance request.

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

Parameters:
spotInstanceRequestIds - Specifies the ID of the Spot Instance request.
Returns:
A reference to this updated object so that method calls can be chained together.

withSpotInstanceRequestIds

public CancelSpotInstanceRequestsRequest withSpotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
Specifies the ID of the Spot Instance request.

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

Parameters:
spotInstanceRequestIds - Specifies the ID of the Spot Instance request.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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