@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonthlyTransfer extends Object implements Serializable, Cloneable, StructuredPojo
Describes the monthly data transfer in and out of your virtual private server (or instance).
Constructor and Description |
---|
MonthlyTransfer() |
Modifier and Type | Method and Description |
---|---|
MonthlyTransfer |
clone() |
boolean |
equals(Object obj) |
Integer |
getGbPerMonthAllocated()
The amount allocated per month (in GB).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGbPerMonthAllocated(Integer gbPerMonthAllocated)
The amount allocated per month (in GB).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
MonthlyTransfer |
withGbPerMonthAllocated(Integer gbPerMonthAllocated)
The amount allocated per month (in GB).
|
public void setGbPerMonthAllocated(Integer gbPerMonthAllocated)
The amount allocated per month (in GB).
gbPerMonthAllocated
- The amount allocated per month (in GB).public Integer getGbPerMonthAllocated()
The amount allocated per month (in GB).
public MonthlyTransfer withGbPerMonthAllocated(Integer gbPerMonthAllocated)
The amount allocated per month (in GB).
gbPerMonthAllocated
- The amount allocated per month (in GB).public String toString()
toString
in class Object
Object.toString()
public MonthlyTransfer 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.