@Generated(value="software.amazon.awssdk:codegen") public final class ReservedInstancesListing extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservedInstancesListing.Builder,ReservedInstancesListing>
Describes a Reserved Instance listing.
Modifier and Type | Class and Description |
---|---|
static interface |
ReservedInstancesListing.Builder |
Modifier and Type | Method and Description |
---|---|
static ReservedInstancesListing.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.
|
Instant |
createDate()
The time the listing was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInstanceCounts()
For responses, this returns true if the service returned a value for the InstanceCounts property.
|
boolean |
hasPriceSchedules()
For responses, this returns true if the service returned a value for the PriceSchedules property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
List<InstanceCount> |
instanceCounts()
The number of instances in this state.
|
List<PriceSchedule> |
priceSchedules()
The price of the Reserved Instance listing.
|
String |
reservedInstancesId()
The ID of the Reserved Instance.
|
String |
reservedInstancesListingId()
The ID of the Reserved Instance listing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReservedInstancesListing.Builder> |
serializableBuilderClass() |
ListingStatus |
status()
The status of the Reserved Instance listing.
|
String |
statusAsString()
The status of the Reserved Instance listing.
|
String |
statusMessage()
The reason for the current status of the Reserved Instance listing.
|
List<Tag> |
tags()
Any tags assigned to the resource.
|
ReservedInstancesListing.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDate()
The last modified timestamp of the listing.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String clientToken()
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.
public final Instant createDate()
The time the listing was created.
public final boolean hasInstanceCounts()
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<InstanceCount> instanceCounts()
The number of instances in this state.
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 hasInstanceCounts()
method.
public final boolean hasPriceSchedules()
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<PriceSchedule> priceSchedules()
The price of the Reserved Instance listing.
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 hasPriceSchedules()
method.
public final String reservedInstancesId()
The ID of the Reserved Instance.
public final String reservedInstancesListingId()
The ID of the Reserved Instance listing.
public final ListingStatus status()
The status of the Reserved Instance listing.
If the service returns an enum value that is not available in the current SDK version, status
will
return ListingStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ListingStatus
public final String statusAsString()
The status of the Reserved Instance listing.
If the service returns an enum value that is not available in the current SDK version, status
will
return ListingStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ListingStatus
public final String statusMessage()
The reason for the current status of the Reserved Instance listing. The response can be blank.
public 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 final Instant updateDate()
The last modified timestamp of the listing.
public ReservedInstancesListing.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReservedInstancesListing.Builder,ReservedInstancesListing>
public static ReservedInstancesListing.Builder builder()
public static Class<? extends ReservedInstancesListing.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.