@Generated(value="software.amazon.awssdk:codegen") public class DeviceMinutes extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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()
Take this object and create a builder that contains all of the current property values of this object.
|
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.
|
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeviceMinutes.Builder,DeviceMinutes>public static DeviceMinutes.Builder builder()
public static Class<? extends DeviceMinutes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.