|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CancelReservedInstancesListingRequest
public class CancelReservedInstancesListingRequest
Container for the parameters to the 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 .
AmazonEC2.cancelReservedInstancesListing(CancelReservedInstancesListingRequest)
,
Serialized FormConstructor Summary | |
---|---|
CancelReservedInstancesListingRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CancelReservedInstancesListingRequest()
Method Detail |
---|
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |