@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrialMinutes extends Object implements Serializable, Cloneable, StructuredPojo
Represents information about free trial device minutes for an AWS account.
Constructor and Description |
---|
TrialMinutes() |
Modifier and Type | Method and Description |
---|---|
TrialMinutes |
clone() |
boolean |
equals(Object obj) |
Double |
getRemaining()
The number of free trial minutes remaining in the account.
|
Double |
getTotal()
The total number of free trial minutes that the account started with.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRemaining(Double remaining)
The number of free trial minutes remaining in the account.
|
void |
setTotal(Double total)
The total number of free trial minutes that the account started with.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TrialMinutes |
withRemaining(Double remaining)
The number of free trial minutes remaining in the account.
|
TrialMinutes |
withTotal(Double total)
The total number of free trial minutes that the account started with.
|
public void setTotal(Double total)
The total number of free trial minutes that the account started with.
total
- The total number of free trial minutes that the account started with.public Double getTotal()
The total number of free trial minutes that the account started with.
public TrialMinutes withTotal(Double total)
The total number of free trial minutes that the account started with.
total
- The total number of free trial minutes that the account started with.public void setRemaining(Double remaining)
The number of free trial minutes remaining in the account.
remaining
- The number of free trial minutes remaining in the account.public Double getRemaining()
The number of free trial minutes remaining in the account.
public TrialMinutes withRemaining(Double remaining)
The number of free trial minutes remaining in the account.
remaining
- The number of free trial minutes remaining in the account.public String toString()
toString
in class Object
Object.toString()
public TrialMinutes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.