@Generated(value="software.amazon.awssdk:codegen") public final class ReservationAggregates extends Object implements StructuredPojo, ToCopyableBuilder<ReservationAggregates.Builder,ReservationAggregates>
The aggregated numbers for your RI usage.
Modifier and Type | Class and Description |
---|---|
static interface |
ReservationAggregates.Builder |
Modifier and Type | Method and Description |
---|---|
static ReservationAggregates.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
purchasedHours()
How many RI hours you purchased.
|
static Class<? extends ReservationAggregates.Builder> |
serializableBuilderClass() |
ReservationAggregates.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
totalActualHours()
The total number of RI hours that you used.
|
String |
unusedHours()
The number of RI hours that you didn't use.
|
String |
utilizationPercentage()
The percentage of RI time that you used.
|
copy
public String utilizationPercentage()
The percentage of RI time that you used.
public String purchasedHours()
How many RI hours you purchased.
public String totalActualHours()
The total number of RI hours that you used.
public String unusedHours()
The number of RI hours that you didn't use.
public ReservationAggregates.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReservationAggregates.Builder,ReservationAggregates>
public static ReservationAggregates.Builder builder()
public static Class<? extends ReservationAggregates.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.