@Generated(value="software.amazon.awssdk:codegen") public class GetReservedInstancesExchangeQuoteRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetReservedInstancesExchangeQuoteRequest.Builder,GetReservedInstancesExchangeQuoteRequest>
Contains the parameters for GetReservedInstanceExchangeQuote.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetReservedInstancesExchangeQuoteRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static GetReservedInstancesExchangeQuoteRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
reservedInstanceIds()
The IDs of the Convertible Reserved Instances to exchange.
|
static Class<? extends GetReservedInstancesExchangeQuoteRequest.Builder> |
serializableBuilderClass() |
List<TargetConfigurationRequest> |
targetConfigurations()
The configuration requirements of the Convertible Reserved Instances to exchange for your current Convertible
Reserved Instances.
|
GetReservedInstancesExchangeQuoteRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<String> reservedInstanceIds()
The IDs of the Convertible Reserved Instances to exchange.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<TargetConfigurationRequest> targetConfigurations()
The configuration requirements of the Convertible Reserved Instances to exchange for your current Convertible Reserved Instances.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GetReservedInstancesExchangeQuoteRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetReservedInstancesExchangeQuoteRequest.Builder,GetReservedInstancesExchangeQuoteRequest>public static GetReservedInstancesExchangeQuoteRequest.Builder builder()
public static Class<? extends GetReservedInstancesExchangeQuoteRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.