public class CancelReservedInstancesListingRequest extends AmazonWebServiceRequest implements Serializable
CancelReservedInstancesListing operation
.Constructor and Description |
---|
CancelReservedInstancesListingRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getReservedInstancesListingId()
Returns the value of the ReservedInstancesListingId property for this
object.
|
int |
hashCode() |
void |
setReservedInstancesListingId(String reservedInstancesListingId)
Sets the value of the ReservedInstancesListingId property for this
object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelReservedInstancesListingRequest |
withReservedInstancesListingId(String reservedInstancesListingId)
Sets the value of the ReservedInstancesListingId property for this
object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public CancelReservedInstancesListingRequest()
public String getReservedInstancesListingId()
public void setReservedInstancesListingId(String reservedInstancesListingId)
reservedInstancesListingId
- The new value for the ReservedInstancesListingId property for this
object.public CancelReservedInstancesListingRequest withReservedInstancesListingId(String reservedInstancesListingId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListingId
- The new value for the ReservedInstancesListingId property for this
object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.