@Generated(value="software.amazon.awssdk:codegen") public final class GetReservationUtilizationResponse extends CostExplorerResponse implements ToCopyableBuilder<GetReservationUtilizationResponse.Builder,GetReservationUtilizationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetReservationUtilizationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetReservationUtilizationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasUtilizationsByTime()
Returns true if the UtilizationsByTime property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
nextPageToken()
The token for the next set of retrievable results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetReservationUtilizationResponse.Builder> |
serializableBuilderClass() |
GetReservationUtilizationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ReservationAggregates |
total()
The total amount of time that you used your RIs.
|
List<UtilizationByTime> |
utilizationsByTime()
The amount of time that you used your RIs.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasUtilizationsByTime()
public final List<UtilizationByTime> utilizationsByTime()
The amount of time that you used your RIs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasUtilizationsByTime() to see if a value was sent in this field.
public final ReservationAggregates total()
The total amount of time that you used your RIs.
public final String nextPageToken()
The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.
public GetReservationUtilizationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetReservationUtilizationResponse.Builder,GetReservationUtilizationResponse>toBuilder in class AwsResponsepublic static GetReservationUtilizationResponse.Builder builder()
public static Class<? extends GetReservationUtilizationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.