@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReservedNodeExchangeOfferingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetReservedNodeExchangeOfferingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetReservedNodeExchangeOfferingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
A value that indicates the starting point for the next set of ReservedNodeOfferings.
|
Integer |
getMaxRecords()
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
|
String |
getReservedNodeId()
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
|
int |
hashCode() |
void |
setMarker(String marker)
A value that indicates the starting point for the next set of ReservedNodeOfferings.
|
void |
setMaxRecords(Integer maxRecords)
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
|
void |
setReservedNodeId(String reservedNodeId)
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
|
String |
toString()
Returns a string representation of this object.
|
GetReservedNodeExchangeOfferingsRequest |
withMarker(String marker)
A value that indicates the starting point for the next set of ReservedNodeOfferings.
|
GetReservedNodeExchangeOfferingsRequest |
withMaxRecords(Integer maxRecords)
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
|
GetReservedNodeExchangeOfferingsRequest |
withReservedNodeId(String reservedNodeId)
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
|
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 GetReservedNodeExchangeOfferingsRequest()
public void setReservedNodeId(String reservedNodeId)
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
reservedNodeId - A string representing the node identifier for the DC1 Reserved Node to be exchanged.public String getReservedNodeId()
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
public GetReservedNodeExchangeOfferingsRequest withReservedNodeId(String reservedNodeId)
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
reservedNodeId - A string representing the node identifier for the DC1 Reserved Node to be exchanged.public void setMaxRecords(Integer maxRecords)
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
maxRecords - An integer setting the maximum number of ReservedNodeOfferings to retrieve.public Integer getMaxRecords()
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
public GetReservedNodeExchangeOfferingsRequest withMaxRecords(Integer maxRecords)
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
maxRecords - An integer setting the maximum number of ReservedNodeOfferings to retrieve.public void setMarker(String marker)
A value that indicates the starting point for the next set of ReservedNodeOfferings.
marker - A value that indicates the starting point for the next set of ReservedNodeOfferings.public String getMarker()
A value that indicates the starting point for the next set of ReservedNodeOfferings.
public GetReservedNodeExchangeOfferingsRequest withMarker(String marker)
A value that indicates the starting point for the next set of ReservedNodeOfferings.
marker - A value that indicates the starting point for the next set of ReservedNodeOfferings.public String toString()
toString in class ObjectObject.toString()public GetReservedNodeExchangeOfferingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()