@Generated(value="software.amazon.awssdk:codegen") public final class GetMinuteUsageResponse extends GroundStationResponse implements ToCopyableBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMinuteUsageResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMinuteUsageResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
estimatedMinutesRemaining()
Estimated number of minutes remaining for an account, specific to the month being requested.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isReservedMinutesCustomer()
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month
being requested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMinuteUsageResponse.Builder> |
serializableBuilderClass() |
GetMinuteUsageResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalReservedMinuteAllocation()
Total number of reserved minutes allocated, specific to the month being requested.
|
Integer |
totalScheduledMinutes()
Total scheduled minutes for an account, specific to the month being requested.
|
Integer |
upcomingMinutesScheduled()
Upcoming minutes scheduled for an account, specific to the month being requested.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer estimatedMinutesRemaining()
Estimated number of minutes remaining for an account, specific to the month being requested.
public final Boolean isReservedMinutesCustomer()
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
public final Integer totalReservedMinuteAllocation()
Total number of reserved minutes allocated, specific to the month being requested.
public final Integer totalScheduledMinutes()
Total scheduled minutes for an account, specific to the month being requested.
public final Integer upcomingMinutesScheduled()
Upcoming minutes scheduled for an account, specific to the month being requested.
public GetMinuteUsageResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>toBuilder in class AwsResponsepublic static GetMinuteUsageResponse.Builder builder()
public static Class<? extends GetMinuteUsageResponse.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 © 2023. All rights reserved.