ToCopyableBuilder<ReservedInstancesListing.Builder,ReservedInstancesListing>
@Generated("software.amazon.awssdk:codegen") public class ReservedInstancesListing extends Object implements ToCopyableBuilder<ReservedInstancesListing.Builder,ReservedInstancesListing>
Describes a Reserved Instance listing.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ReservedInstancesListing.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ReservedInstancesListing.Builder |
builder() |
|
String |
clientToken() |
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.
|
Date |
createDate() |
The time the listing was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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.
|
static Class<? extends ReservedInstancesListing.Builder> |
serializableBuilderClass() |
|
String |
status() |
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
updateDate() |
The last modified timestamp of the listing.
|
public 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 Date createDate()
The time the listing was created.
public List<InstanceCount> instanceCounts()
The number of instances in this state.
public List<PriceSchedule> priceSchedules()
The price of the Reserved Instance listing.
public String reservedInstancesId()
The ID of the Reserved Instance.
public String reservedInstancesListingId()
The ID of the Reserved Instance listing.
public String status()
The status of the Reserved Instance listing.
ListingStatus
public String statusMessage()
The reason for the current status of the Reserved Instance listing. The response can be blank.
public List<Tag> tags()
Any tags assigned to the resource.
public Date updateDate()
The last modified timestamp of the listing.
public ReservedInstancesListing.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReservedInstancesListing.Builder,ReservedInstancesListing>
public static ReservedInstancesListing.Builder builder()
public static Class<? extends ReservedInstancesListing.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.