@Generated(value="software.amazon.awssdk:codegen") public class TrialMinutes extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
Double |
remaining()
The number of free trial minutes remaining in the account.
|
static Class<? extends TrialMinutes.Builder> |
serializableBuilderClass() |
TrialMinutes.Builder |
toBuilder() |
String |
toString() |
Double |
total()
The total number of free trial minutes that the account started with.
|
public Double total()
The total number of free trial minutes that the account started with.
public Double remaining()
The number of free trial minutes remaining in the account.
public TrialMinutes.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<TrialMinutes.Builder,TrialMinutes>public static TrialMinutes.Builder builder()
public static Class<? extends TrialMinutes.Builder> serializableBuilderClass()
public void marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.