@Generated(value="software.amazon.awssdk:codegen") public final class TrialMinutes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrialMinutes.Builder,TrialMinutes>
Represents information about free trial device minutes for an AWS account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrialMinutes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrialMinutes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
remaining()
The number of free trial minutes remaining in the account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrialMinutes.Builder> |
serializableBuilderClass() |
TrialMinutes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
total()
The total number of free trial minutes that the account started with.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double total()
The total number of free trial minutes that the account started with.
public final Double remaining()
The number of free trial minutes remaining in the account.
public TrialMinutes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrialMinutes.Builder,TrialMinutes>public static TrialMinutes.Builder builder()
public static Class<? extends TrialMinutes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.