|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.rds.model.ReservedDBInstancesOffering
public class ReservedDBInstancesOffering
Reserved D B Instances Offering
| Constructor Summary | |
|---|---|
ReservedDBInstancesOffering()
Default constructor for a new ReservedDBInstancesOffering object. |
|
| Method Summary | |
|---|---|
String |
getDBInstanceClass()
Returns the value of the DBInstanceClass property for this object. |
Integer |
getDuration()
Returns the value of the Duration property for this object. |
Double |
getFixedPrice()
Returns the value of the FixedPrice property for this object. |
Boolean |
getMultiAZ()
Returns the value of the MultiAZ property for this object. |
String |
getProductDescription()
Returns the value of the ProductDescription property for this object. |
String |
getReservedDBInstancesOfferingId()
Returns the value of the ReservedDBInstancesOfferingId property for this object. |
Double |
getUsagePrice()
Returns the value of the UsagePrice property for this object. |
Boolean |
isMultiAZ()
Returns the value of the MultiAZ property for this object. |
void |
setDBInstanceClass(String dBInstanceClass)
Sets the value of the DBInstanceClass property for this object. |
void |
setDuration(Integer duration)
Sets the value of the Duration property for this object. |
void |
setFixedPrice(Double fixedPrice)
Sets the value of the FixedPrice property for this object. |
void |
setMultiAZ(Boolean multiAZ)
Sets the value of the MultiAZ property for this object. |
void |
setProductDescription(String productDescription)
Sets the value of the ProductDescription property for this object. |
void |
setReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
Sets the value of the ReservedDBInstancesOfferingId property for this object. |
void |
setUsagePrice(Double usagePrice)
Sets the value of the UsagePrice property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ReservedDBInstancesOffering |
withDBInstanceClass(String dBInstanceClass)
Sets the value of the DBInstanceClass property for this object. |
ReservedDBInstancesOffering |
withDuration(Integer duration)
Sets the value of the Duration property for this object. |
ReservedDBInstancesOffering |
withFixedPrice(Double fixedPrice)
Sets the value of the FixedPrice property for this object. |
ReservedDBInstancesOffering |
withMultiAZ(Boolean multiAZ)
Sets the value of the MultiAZ property for this object. |
ReservedDBInstancesOffering |
withProductDescription(String productDescription)
Sets the value of the ProductDescription property for this object. |
ReservedDBInstancesOffering |
withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
Sets the value of the ReservedDBInstancesOfferingId property for this object. |
ReservedDBInstancesOffering |
withUsagePrice(Double usagePrice)
Sets the value of the UsagePrice property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReservedDBInstancesOffering()
| Method Detail |
|---|
public String getReservedDBInstancesOfferingId()
public void setReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
reservedDBInstancesOfferingId - The new value for the ReservedDBInstancesOfferingId property for this
object.public ReservedDBInstancesOffering withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
Returns a reference to this object so that method calls can be chained together.
reservedDBInstancesOfferingId - The new value for the ReservedDBInstancesOfferingId property for this
object.
public String getDBInstanceClass()
public void setDBInstanceClass(String dBInstanceClass)
dBInstanceClass - The new value for the DBInstanceClass property for this object.public ReservedDBInstancesOffering withDBInstanceClass(String dBInstanceClass)
Returns a reference to this object so that method calls can be chained together.
dBInstanceClass - The new value for the DBInstanceClass property for this object.
public Integer getDuration()
public void setDuration(Integer duration)
duration - The new value for the Duration property for this object.public ReservedDBInstancesOffering withDuration(Integer duration)
Returns a reference to this object so that method calls can be chained together.
duration - The new value for the Duration property for this object.
public Double getFixedPrice()
public void setFixedPrice(Double fixedPrice)
fixedPrice - The new value for the FixedPrice property for this object.public ReservedDBInstancesOffering withFixedPrice(Double fixedPrice)
Returns a reference to this object so that method calls can be chained together.
fixedPrice - The new value for the FixedPrice property for this object.
public Double getUsagePrice()
public void setUsagePrice(Double usagePrice)
usagePrice - The new value for the UsagePrice property for this object.public ReservedDBInstancesOffering withUsagePrice(Double usagePrice)
Returns a reference to this object so that method calls can be chained together.
usagePrice - The new value for the UsagePrice property for this object.
public String getProductDescription()
public void setProductDescription(String productDescription)
productDescription - The new value for the ProductDescription property for this object.public ReservedDBInstancesOffering withProductDescription(String productDescription)
Returns a reference to this object so that method calls can be chained together.
productDescription - The new value for the ProductDescription property for this object.
public Boolean isMultiAZ()
public void setMultiAZ(Boolean multiAZ)
multiAZ - The new value for the MultiAZ property for this object.public ReservedDBInstancesOffering withMultiAZ(Boolean multiAZ)
Returns a reference to this object so that method calls can be chained together.
multiAZ - The new value for the MultiAZ property for this object.
public Boolean getMultiAZ()
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||