@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReservedNodeExchangeConfigurationOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetReservedNodeExchangeConfigurationOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
GetReservedNodeExchangeConfigurationOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getActionType()
The action type of the reserved-node configuration.
|
String |
getClusterIdentifier()
The identifier for the cluster that is the source for a reserved-node exchange.
|
String |
getMarker()
An optional pagination token provided by a previous
GetReservedNodeExchangeConfigurationOptions
request. |
Integer |
getMaxRecords()
The maximum number of response records to return in each call.
|
String |
getSnapshotIdentifier()
The identifier for the snapshot that is the source for the reserved-node exchange.
|
int |
hashCode() |
void |
setActionType(String actionType)
The action type of the reserved-node configuration.
|
void |
setClusterIdentifier(String clusterIdentifier)
The identifier for the cluster that is the source for a reserved-node exchange.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
GetReservedNodeExchangeConfigurationOptions
request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
void |
setSnapshotIdentifier(String snapshotIdentifier)
The identifier for the snapshot that is the source for the reserved-node exchange.
|
String |
toString()
Returns a string representation of this object.
|
GetReservedNodeExchangeConfigurationOptionsRequest |
withActionType(ReservedNodeExchangeActionType actionType)
The action type of the reserved-node configuration.
|
GetReservedNodeExchangeConfigurationOptionsRequest |
withActionType(String actionType)
The action type of the reserved-node configuration.
|
GetReservedNodeExchangeConfigurationOptionsRequest |
withClusterIdentifier(String clusterIdentifier)
The identifier for the cluster that is the source for a reserved-node exchange.
|
GetReservedNodeExchangeConfigurationOptionsRequest |
withMarker(String marker)
An optional pagination token provided by a previous
GetReservedNodeExchangeConfigurationOptions
request. |
GetReservedNodeExchangeConfigurationOptionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
GetReservedNodeExchangeConfigurationOptionsRequest |
withSnapshotIdentifier(String snapshotIdentifier)
The identifier for the snapshot that is the source for the reserved-node exchange.
|
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 GetReservedNodeExchangeConfigurationOptionsRequest()
public void setActionType(String actionType)
The action type of the reserved-node configuration. The action type can be an exchange initiated from either a snapshot or a resize.
actionType
- The action type of the reserved-node configuration. The action type can be an exchange initiated from
either a snapshot or a resize.ReservedNodeExchangeActionType
public String getActionType()
The action type of the reserved-node configuration. The action type can be an exchange initiated from either a snapshot or a resize.
ReservedNodeExchangeActionType
public GetReservedNodeExchangeConfigurationOptionsRequest withActionType(String actionType)
The action type of the reserved-node configuration. The action type can be an exchange initiated from either a snapshot or a resize.
actionType
- The action type of the reserved-node configuration. The action type can be an exchange initiated from
either a snapshot or a resize.ReservedNodeExchangeActionType
public GetReservedNodeExchangeConfigurationOptionsRequest withActionType(ReservedNodeExchangeActionType actionType)
The action type of the reserved-node configuration. The action type can be an exchange initiated from either a snapshot or a resize.
actionType
- The action type of the reserved-node configuration. The action type can be an exchange initiated from
either a snapshot or a resize.ReservedNodeExchangeActionType
public void setClusterIdentifier(String clusterIdentifier)
The identifier for the cluster that is the source for a reserved-node exchange.
clusterIdentifier
- The identifier for the cluster that is the source for a reserved-node exchange.public String getClusterIdentifier()
The identifier for the cluster that is the source for a reserved-node exchange.
public GetReservedNodeExchangeConfigurationOptionsRequest withClusterIdentifier(String clusterIdentifier)
The identifier for the cluster that is the source for a reserved-node exchange.
clusterIdentifier
- The identifier for the cluster that is the source for a reserved-node exchange.public void setSnapshotIdentifier(String snapshotIdentifier)
The identifier for the snapshot that is the source for the reserved-node exchange.
snapshotIdentifier
- The identifier for the snapshot that is the source for the reserved-node exchange.public String getSnapshotIdentifier()
The identifier for the snapshot that is the source for the reserved-node exchange.
public GetReservedNodeExchangeConfigurationOptionsRequest withSnapshotIdentifier(String snapshotIdentifier)
The identifier for the snapshot that is the source for the reserved-node exchange.
snapshotIdentifier
- The identifier for the snapshot that is the source for the reserved-node exchange.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 GetReservedNodeExchangeConfigurationOptionsRequest 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 GetReservedNodeExchangeConfigurationOptions
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
GetReservedNodeExchangeConfigurationOptions
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 GetReservedNodeExchangeConfigurationOptions
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.
GetReservedNodeExchangeConfigurationOptions
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 GetReservedNodeExchangeConfigurationOptionsRequest withMarker(String marker)
An optional pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions
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
GetReservedNodeExchangeConfigurationOptions
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 GetReservedNodeExchangeConfigurationOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()