Class GetMinuteUsageResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.groundstation.model.GroundStationResponse
-
- software.amazon.awssdk.services.groundstation.model.GetMinuteUsageResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetMinuteUsageResponse extends GroundStationResponse implements ToCopyableBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetMinuteUsageResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMinuteUsageResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerestimatedMinutesRemaining()Estimated number of minutes remaining for an account, specific to the month being requested.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisReservedMinutesCustomer()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalReservedMinuteAllocation()Total number of reserved minutes allocated, specific to the month being requested.IntegertotalScheduledMinutes()Total scheduled minutes for an account, specific to the month being requested.IntegerupcomingMinutesScheduled()Upcoming minutes scheduled for an account, specific to the month being requested.-
Methods inherited from class software.amazon.awssdk.services.groundstation.model.GroundStationResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
estimatedMinutesRemaining
public final Integer estimatedMinutesRemaining()
Estimated number of minutes remaining for an account, specific to the month being requested.
- Returns:
- Estimated number of minutes remaining for an account, specific to the month being requested.
-
isReservedMinutesCustomer
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.
- Returns:
- Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
-
totalReservedMinuteAllocation
public final Integer totalReservedMinuteAllocation()
Total number of reserved minutes allocated, specific to the month being requested.
- Returns:
- Total number of reserved minutes allocated, specific to the month being requested.
-
totalScheduledMinutes
public final Integer totalScheduledMinutes()
Total scheduled minutes for an account, specific to the month being requested.
- Returns:
- Total scheduled minutes for an account, specific to the month being requested.
-
upcomingMinutesScheduled
public final Integer upcomingMinutesScheduled()
Upcoming minutes scheduled for an account, specific to the month being requested.
- Returns:
- Upcoming minutes scheduled for an account, specific to the month being requested.
-
toBuilder
public GetMinuteUsageResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetMinuteUsageResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetMinuteUsageResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-