Class DeviceMinutes
- java.lang.Object
-
- software.amazon.awssdk.services.devicefarm.model.DeviceMinutes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeviceMinutes.Builder,DeviceMinutes>
@Generated("software.amazon.awssdk:codegen") public final class DeviceMinutes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceMinutes.Builder,DeviceMinutes>
Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeviceMinutes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceMinutes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doublemetered()When specified, represents only the sum of metered minutes used by the resource to run tests.List<SdkField<?>>sdkFields()static Class<? extends DeviceMinutes.Builder>serializableBuilderClass()DeviceMinutes.BuildertoBuilder()StringtoString()Returns a string representation of this object.Doubletotal()When specified, represents the total minutes used by the resource to run tests.Doubleunmetered()When specified, represents only the sum of unmetered minutes used by the resource to run tests.-
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()
When specified, represents the total minutes used by the resource to run tests.
- Returns:
- When specified, represents the total minutes used by the resource to run tests.
-
metered
public final Double metered()
When specified, represents only the sum of metered minutes used by the resource to run tests.
- Returns:
- When specified, represents only the sum of metered minutes used by the resource to run tests.
-
unmetered
public final Double unmetered()
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
- Returns:
- When specified, represents only the sum of unmetered minutes used by the resource to run tests.
-
toBuilder
public DeviceMinutes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeviceMinutes.Builder,DeviceMinutes>
-
builder
public static DeviceMinutes.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeviceMinutes.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.
-
-