public class CancelReservedInstancesListingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CancelReservedInstancesListing operation
.
Cancels the specified Reserved instance listing in the Reserved Instance Marketplace.
For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide .
NOOP
Constructor and Description |
---|
CancelReservedInstancesListingRequest() |
Modifier and Type | Method and Description |
---|---|
CancelReservedInstancesListingRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getReservedInstancesListingId()
The ID of the Reserved instance listing.
|
int |
hashCode() |
void |
setReservedInstancesListingId(String reservedInstancesListingId)
The ID of the Reserved instance listing.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelReservedInstancesListingRequest |
withReservedInstancesListingId(String reservedInstancesListingId)
The ID of the Reserved instance listing.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CancelReservedInstancesListingRequest()
public String getReservedInstancesListingId()
public void setReservedInstancesListingId(String reservedInstancesListingId)
reservedInstancesListingId
- The ID of the Reserved instance listing.public CancelReservedInstancesListingRequest withReservedInstancesListingId(String reservedInstancesListingId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListingId
- The ID of the Reserved instance listing.public String toString()
toString
in class Object
Object.toString()
public CancelReservedInstancesListingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.