@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonthlyTransfer extends Object implements Serializable, Cloneable
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 |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.