@Generated(value="software.amazon.awssdk:codegen") public final class ReservedInstances extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservedInstances.Builder,ReservedInstances>
Describes a Reserved Instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReservedInstances.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone in which the Reserved Instance can be used.
|
static ReservedInstances.Builder |
builder() |
CurrencyCodeValues |
currencyCode()
The currency of the Reserved Instance.
|
String |
currencyCodeAsString()
The currency of the Reserved Instance.
|
Long |
duration()
The duration of the Reserved Instance, in seconds.
|
Instant |
end()
The time when the Reserved Instance expires.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Float |
fixedPrice()
The purchase price of the Reserved Instance.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasRecurringCharges()
For responses, this returns true if the service returned a value for the RecurringCharges property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
Integer |
instanceCount()
The number of reservations purchased.
|
Tenancy |
instanceTenancy()
The tenancy of the instance.
|
String |
instanceTenancyAsString()
The tenancy of the instance.
|
InstanceType |
instanceType()
The instance type on which the Reserved Instance can be used.
|
String |
instanceTypeAsString()
The instance type on which the Reserved Instance can be used.
|
OfferingClassType |
offeringClass()
The offering class of the Reserved Instance.
|
String |
offeringClassAsString()
The offering class of the Reserved Instance.
|
OfferingTypeValues |
offeringType()
The Reserved Instance offering type.
|
String |
offeringTypeAsString()
The Reserved Instance offering type.
|
RIProductDescription |
productDescription()
The Reserved Instance product platform description.
|
String |
productDescriptionAsString()
The Reserved Instance product platform description.
|
List<RecurringCharge> |
recurringCharges()
The recurring charge tag assigned to the resource.
|
String |
reservedInstancesId()
The ID of the Reserved Instance.
|
Scope |
scope()
The scope of the Reserved Instance.
|
String |
scopeAsString()
The scope of the Reserved Instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReservedInstances.Builder> |
serializableBuilderClass() |
Instant |
start()
The date and time the Reserved Instance started.
|
ReservedInstanceState |
state()
The state of the Reserved Instance purchase.
|
String |
stateAsString()
The state of the Reserved Instance purchase.
|
List<Tag> |
tags()
Any tags assigned to the resource.
|
ReservedInstances.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Float |
usagePrice()
The usage price of the Reserved Instance, per hour.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String availabilityZone()
The Availability Zone in which the Reserved Instance can be used.
public final Long duration()
The duration of the Reserved Instance, in seconds.
public final Instant end()
The time when the Reserved Instance expires.
public final Float fixedPrice()
The purchase price of the Reserved Instance.
public final Integer instanceCount()
The number of reservations purchased.
public final InstanceType instanceType()
The instance type on which the Reserved Instance can be used.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeAsString().
InstanceTypepublic final String instanceTypeAsString()
The instance type on which the Reserved Instance can be used.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeAsString().
InstanceTypepublic final RIProductDescription productDescription()
The Reserved Instance product platform description.
If the service returns an enum value that is not available in the current SDK version,
productDescription will return RIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from productDescriptionAsString().
RIProductDescriptionpublic final String productDescriptionAsString()
The Reserved Instance product platform description.
If the service returns an enum value that is not available in the current SDK version,
productDescription will return RIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from productDescriptionAsString().
RIProductDescriptionpublic final String reservedInstancesId()
The ID of the Reserved Instance.
public final Instant start()
The date and time the Reserved Instance started.
public final ReservedInstanceState state()
The state of the Reserved Instance purchase.
If the service returns an enum value that is not available in the current SDK version, state will return
ReservedInstanceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReservedInstanceStatepublic final String stateAsString()
The state of the Reserved Instance purchase.
If the service returns an enum value that is not available in the current SDK version, state will return
ReservedInstanceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReservedInstanceStatepublic final Float usagePrice()
The usage price of the Reserved Instance, per hour.
public final CurrencyCodeValues currencyCode()
The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the
only supported currency is USD.
If the service returns an enum value that is not available in the current SDK version, currencyCode will
return CurrencyCodeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
currencyCodeAsString().
USD.CurrencyCodeValuespublic final String currencyCodeAsString()
The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the
only supported currency is USD.
If the service returns an enum value that is not available in the current SDK version, currencyCode will
return CurrencyCodeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
currencyCodeAsString().
USD.CurrencyCodeValuespublic final Tenancy instanceTenancy()
The tenancy of the instance.
If the service returns an enum value that is not available in the current SDK version, instanceTenancy
will return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTenancyAsString().
Tenancypublic final String instanceTenancyAsString()
The tenancy of the instance.
If the service returns an enum value that is not available in the current SDK version, instanceTenancy
will return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTenancyAsString().
Tenancypublic final OfferingClassType offeringClass()
The offering class of the Reserved Instance.
If the service returns an enum value that is not available in the current SDK version, offeringClass
will return OfferingClassType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from offeringClassAsString().
OfferingClassTypepublic final String offeringClassAsString()
The offering class of the Reserved Instance.
If the service returns an enum value that is not available in the current SDK version, offeringClass
will return OfferingClassType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from offeringClassAsString().
OfferingClassTypepublic final OfferingTypeValues offeringType()
The Reserved Instance offering type.
If the service returns an enum value that is not available in the current SDK version, offeringType will
return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
offeringTypeAsString().
OfferingTypeValuespublic final String offeringTypeAsString()
The Reserved Instance offering type.
If the service returns an enum value that is not available in the current SDK version, offeringType will
return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
offeringTypeAsString().
OfferingTypeValuespublic final boolean hasRecurringCharges()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<RecurringCharge> recurringCharges()
The recurring charge tag assigned to the resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRecurringCharges() method.
public final Scope scope()
The scope of the Reserved Instance.
If the service returns an enum value that is not available in the current SDK version, scope will return
Scope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeAsString().
Scopepublic final String scopeAsString()
The scope of the Reserved Instance.
If the service returns an enum value that is not available in the current SDK version, scope will return
Scope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeAsString().
Scopepublic final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
Any tags assigned to the resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public ReservedInstances.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReservedInstances.Builder,ReservedInstances>public static ReservedInstances.Builder builder()
public static Class<? extends ReservedInstances.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.