Class TrialMinutes
- java.lang.Object
-
- software.amazon.awssdk.services.devicefarm.model.TrialMinutes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrialMinutes.Builder,TrialMinutes>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrialMinutes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrialMinutes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doubleremaining()The number of free trial minutes remaining in the account.List<SdkField<?>>sdkFields()static Class<? extends TrialMinutes.Builder>serializableBuilderClass()TrialMinutes.BuildertoBuilder()StringtoString()Returns a string representation of this object.Doubletotal()The total number of free trial minutes that the account started with.-
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
-
total
public final Double total()
The total number of free trial minutes that the account started with.
- Returns:
- The total number of free trial minutes that the account started with.
-
remaining
public final Double remaining()
The number of free trial minutes remaining in the account.
- Returns:
- The number of free trial minutes remaining in the account.
-
toBuilder
public TrialMinutes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrialMinutes.Builder,TrialMinutes>
-
builder
public static TrialMinutes.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrialMinutes.Builder> serializableBuilderClass()
-
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.
-
-