@Generated(value="software.amazon.awssdk:codegen") public final class AcceptReservedNodeExchangeRequest extends RedshiftRequest implements ToCopyableBuilder<AcceptReservedNodeExchangeRequest.Builder,AcceptReservedNodeExchangeRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
AcceptReservedNodeExchangeRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static AcceptReservedNodeExchangeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
reservedNodeId()
A string representing the node identifier of the DC1 Reserved Node to be exchanged.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AcceptReservedNodeExchangeRequest.Builder> |
serializableBuilderClass() |
String |
targetReservedNodeOfferingId()
The unique identifier of the DC2 Reserved Node offering to be used for the exchange.
|
AcceptReservedNodeExchangeRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String reservedNodeId()
A string representing the node identifier of the DC1 Reserved Node to be exchanged.
public String targetReservedNodeOfferingId()
The unique identifier of the DC2 Reserved Node offering to be used for the exchange. You can obtain the value for the parameter by calling GetReservedNodeExchangeOfferings
public AcceptReservedNodeExchangeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AcceptReservedNodeExchangeRequest.Builder,AcceptReservedNodeExchangeRequest>
toBuilder
in class RedshiftRequest
public static AcceptReservedNodeExchangeRequest.Builder builder()
public static Class<? extends AcceptReservedNodeExchangeRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.