@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConsumedUsages extends Object implements Serializable, Cloneable, StructuredPojo
The consumed usage for the resource.
Constructor and Description |
---|
ConsumedUsages() |
Modifier and Type | Method and Description |
---|---|
ConsumedUsages |
clone() |
boolean |
equals(Object obj) |
Float |
getApproximateDollarUsage()
The amount of the budget consumed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApproximateDollarUsage(Float approximateDollarUsage)
The amount of the budget consumed.
|
String |
toString()
Returns a string representation of this object.
|
ConsumedUsages |
withApproximateDollarUsage(Float approximateDollarUsage)
The amount of the budget consumed.
|
public void setApproximateDollarUsage(Float approximateDollarUsage)
The amount of the budget consumed.
approximateDollarUsage
- The amount of the budget consumed.public Float getApproximateDollarUsage()
The amount of the budget consumed.
public ConsumedUsages withApproximateDollarUsage(Float approximateDollarUsage)
The amount of the budget consumed.
approximateDollarUsage
- The amount of the budget consumed.public String toString()
toString
in class Object
Object.toString()
public ConsumedUsages clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.