public class ReservedInstanceLimitPrice
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
ReservedInstanceLimitPrice() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Double |
getAmount()
Returns the value of the Amount property for this object.
|
java.lang.String |
getCurrencyCode()
Returns the value of the CurrencyCode property for this object.
|
int |
hashCode() |
void |
setAmount(java.lang.Double amount)
Sets the value of the Amount property for this object.
|
void |
setCurrencyCode(java.lang.String currencyCode)
Sets the value of the CurrencyCode property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReservedInstanceLimitPrice |
withAmount(java.lang.Double amount)
Sets the value of the Amount property for this object.
|
ReservedInstanceLimitPrice |
withCurrencyCode(java.lang.String currencyCode)
Sets the value of the CurrencyCode property for this object.
|
public java.lang.Double getAmount()
public void setAmount(java.lang.Double amount)
amount - The new value for the Amount property for this object.public ReservedInstanceLimitPrice withAmount(java.lang.Double amount)
Returns a reference to this object so that method calls can be chained together.
amount - The new value for the Amount property for this object.public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode - The new value for the CurrencyCode property for this object.public ReservedInstanceLimitPrice withCurrencyCode(java.lang.String currencyCode)
Returns a reference to this object so that method calls can be chained together.
currencyCode - The new value for the CurrencyCode property for this object.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object