@Generated(value="software.amazon.awssdk:codegen") public class DeviceMinutes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceMinutes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeviceMinutes.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Double |
metered()
When specified, represents only the sum of metered minutes used by the resource to run tests.
|
static Class<? extends DeviceMinutes.Builder> |
serializableBuilderClass() |
DeviceMinutes.Builder |
toBuilder() |
String |
toString() |
Double |
total()
When specified, represents the total minutes used by the resource to run tests.
|
Double |
unmetered()
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
|
public Double total()
When specified, represents the total minutes used by the resource to run tests.
public Double metered()
When specified, represents only the sum of metered minutes used by the resource to run tests.
public Double unmetered()
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
public DeviceMinutes.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeviceMinutes.Builder,DeviceMinutes>public static DeviceMinutes.Builder builder()
public static Class<? extends DeviceMinutes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.