@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedNodeExchangeStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeReservedNodeExchangeStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeReservedNodeExchangeStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous
DescribeReservedNodeExchangeStatus request. |
Integer |
getMaxRecords()
The maximum number of response records to return in each call.
|
String |
getReservedNodeExchangeRequestId()
The identifier of the reserved-node exchange request.
|
String |
getReservedNodeId()
The identifier of the source reserved node in a reserved-node exchange request.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeReservedNodeExchangeStatus request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
void |
setReservedNodeExchangeRequestId(String reservedNodeExchangeRequestId)
The identifier of the reserved-node exchange request.
|
void |
setReservedNodeId(String reservedNodeId)
The identifier of the source reserved node in a reserved-node exchange request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReservedNodeExchangeStatusRequest |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeReservedNodeExchangeStatus request. |
DescribeReservedNodeExchangeStatusRequest |
withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeReservedNodeExchangeStatusRequest |
withReservedNodeExchangeRequestId(String reservedNodeExchangeRequestId)
The identifier of the reserved-node exchange request.
|
DescribeReservedNodeExchangeStatusRequest |
withReservedNodeId(String reservedNodeId)
The identifier of the source reserved node in a reserved-node exchange request.
|
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, withSdkRequestTimeout
public DescribeReservedNodeExchangeStatusRequest()
public void setReservedNodeId(String reservedNodeId)
The identifier of the source reserved node in a reserved-node exchange request.
reservedNodeId
- The identifier of the source reserved node in a reserved-node exchange request.public String getReservedNodeId()
The identifier of the source reserved node in a reserved-node exchange request.
public DescribeReservedNodeExchangeStatusRequest withReservedNodeId(String reservedNodeId)
The identifier of the source reserved node in a reserved-node exchange request.
reservedNodeId
- The identifier of the source reserved node in a reserved-node exchange request.public void setReservedNodeExchangeRequestId(String reservedNodeExchangeRequestId)
The identifier of the reserved-node exchange request.
reservedNodeExchangeRequestId
- The identifier of the reserved-node exchange request.public String getReservedNodeExchangeRequestId()
The identifier of the reserved-node exchange request.
public DescribeReservedNodeExchangeStatusRequest withReservedNodeExchangeRequestId(String reservedNodeExchangeRequestId)
The identifier of the reserved-node exchange request.
reservedNodeExchangeRequestId
- The identifier of the reserved-node exchange request.public void setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a Marker
field of the
response. You can retrieve the next set of records by retrying the command with the returned marker value.
maxRecords
- The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a Marker
field of
the response. You can retrieve the next set of records by retrying the command with the returned marker
value.public Integer getMaxRecords()
The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a Marker
field of the
response. You can retrieve the next set of records by retrying the command with the returned marker value.
MaxRecords
value, a value is returned in a Marker
field of the response. You can retrieve the next set of records by retrying the command with the returned
marker value.public DescribeReservedNodeExchangeStatusRequest withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a Marker
field of the
response. You can retrieve the next set of records by retrying the command with the returned marker value.
maxRecords
- The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a Marker
field of
the response. You can retrieve the next set of records by retrying the command with the returned marker
value.public void setMarker(String marker)
An optional pagination token provided by a previous DescribeReservedNodeExchangeStatus
request. If
this parameter is specified, the response includes only records beyond the marker, up to the value specified by
the MaxRecords
parameter. You can retrieve the next set of response records by providing the
returned marker value in the Marker
parameter and retrying the request.
marker
- An optional pagination token provided by a previous DescribeReservedNodeExchangeStatus
request. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by the MaxRecords
parameter. You can retrieve the next set of response
records by providing the returned marker value in the Marker
parameter and retrying the
request.public String getMarker()
An optional pagination token provided by a previous DescribeReservedNodeExchangeStatus
request. If
this parameter is specified, the response includes only records beyond the marker, up to the value specified by
the MaxRecords
parameter. You can retrieve the next set of response records by providing the
returned marker value in the Marker
parameter and retrying the request.
DescribeReservedNodeExchangeStatus
request. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by the MaxRecords
parameter. You can retrieve the next set of response
records by providing the returned marker value in the Marker
parameter and retrying the
request.public DescribeReservedNodeExchangeStatusRequest withMarker(String marker)
An optional pagination token provided by a previous DescribeReservedNodeExchangeStatus
request. If
this parameter is specified, the response includes only records beyond the marker, up to the value specified by
the MaxRecords
parameter. You can retrieve the next set of response records by providing the
returned marker value in the Marker
parameter and retrying the request.
marker
- An optional pagination token provided by a previous DescribeReservedNodeExchangeStatus
request. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by the MaxRecords
parameter. You can retrieve the next set of response
records by providing the returned marker value in the Marker
parameter and retrying the
request.public String toString()
toString
in class Object
Object.toString()
public DescribeReservedNodeExchangeStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()