ToCopyableBuilder<GetReservedInstancesExchangeQuoteResponse.Builder,GetReservedInstancesExchangeQuoteResponse>
@Generated("software.amazon.awssdk:codegen") public class GetReservedInstancesExchangeQuoteResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetReservedInstancesExchangeQuoteResponse.Builder,GetReservedInstancesExchangeQuoteResponse>
Contains the output of GetReservedInstancesExchangeQuote.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetReservedInstancesExchangeQuoteResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetReservedInstancesExchangeQuoteResponse.Builder |
builder() |
|
String |
currencyCode() |
The currency of the transaction.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isValidExchange() |
If
true , the exchange is valid. |
Date |
outputReservedInstancesWillExpireAt() |
The new end date of the reservation term.
|
String |
paymentDue() |
The total true upfront charge for the exchange.
|
ReservationValue |
reservedInstanceValueRollup() |
The cost associated with the Reserved Instance.
|
List<ReservedInstanceReservationValue> |
reservedInstanceValueSet() |
The configuration of your Convertible Reserved Instances.
|
static Class<? extends GetReservedInstancesExchangeQuoteResponse.Builder> |
serializableBuilderClass() |
|
ReservationValue |
targetConfigurationValueRollup() |
The cost associated with the Reserved Instance.
|
List<TargetReservationValue> |
targetConfigurationValueSet() |
The values of the target Convertible Reserved Instances.
|
GetReservedInstancesExchangeQuoteResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
validationFailureReason() |
Describes the reason why the exchange cannot be completed.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String currencyCode()
The currency of the transaction.
public Boolean isValidExchange()
If true
, the exchange is valid. If false
, the exchange cannot be completed.
true
, the exchange is valid. If false
, the exchange cannot be completed.public Date outputReservedInstancesWillExpireAt()
The new end date of the reservation term.
public String paymentDue()
The total true upfront charge for the exchange.
public ReservationValue reservedInstanceValueRollup()
The cost associated with the Reserved Instance.
public List<ReservedInstanceReservationValue> reservedInstanceValueSet()
The configuration of your Convertible Reserved Instances.
public ReservationValue targetConfigurationValueRollup()
The cost associated with the Reserved Instance.
public List<TargetReservationValue> targetConfigurationValueSet()
The values of the target Convertible Reserved Instances.
public String validationFailureReason()
Describes the reason why the exchange cannot be completed.
public GetReservedInstancesExchangeQuoteResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetReservedInstancesExchangeQuoteResponse.Builder,GetReservedInstancesExchangeQuoteResponse>
public static GetReservedInstancesExchangeQuoteResponse.Builder builder()
public static Class<? extends GetReservedInstancesExchangeQuoteResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.