@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelReservedInstancesListingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CancelReservedInstancesListingRequest>
Contains the parameters for CancelReservedInstancesListing.
NOOP| Constructor and Description |
|---|
CancelReservedInstancesListingRequest() |
| Modifier and Type | Method and Description |
|---|---|
CancelReservedInstancesListingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<CancelReservedInstancesListingRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CancelReservedInstancesListingRequest()
public void setReservedInstancesListingId(String reservedInstancesListingId)
The ID of the Reserved Instance listing.
reservedInstancesListingId - The ID of the Reserved Instance listing.public String getReservedInstancesListingId()
The ID of the Reserved Instance listing.
public CancelReservedInstancesListingRequest withReservedInstancesListingId(String reservedInstancesListingId)
The ID of the Reserved Instance listing.
reservedInstancesListingId - The ID of the Reserved Instance listing.public Request<CancelReservedInstancesListingRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CancelReservedInstancesListingRequest>public String toString()
toString in class ObjectObject.toString()public CancelReservedInstancesListingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.