public class ReservedInstancesListing
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
ReservedInstancesListing() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClientToken()
Returns the value of the ClientToken property for this object.
|
java.util.Date |
getCreateDate()
Returns the value of the CreateDate property for this object.
|
java.util.List<InstanceCount> |
getInstanceCounts()
Returns the value of the InstanceCounts property for this object.
|
java.util.List<PriceSchedule> |
getPriceSchedules()
Returns the value of the PriceSchedules property for this object.
|
java.lang.String |
getReservedInstancesId()
Returns the value of the ReservedInstancesId property for this object.
|
java.lang.String |
getReservedInstancesListingId()
Returns the value of the ReservedInstancesListingId property for this
object.
|
java.lang.String |
getStatus()
Returns the value of the Status property for this object.
|
java.lang.String |
getStatusMessage()
Returns the value of the StatusMessage property for this object.
|
java.util.List<Tag> |
getTags()
Returns the value of the Tags property for this object.
|
java.util.Date |
getUpdateDate()
Returns the value of the UpdateDate property for this object.
|
int |
hashCode() |
void |
setClientToken(java.lang.String clientToken)
Sets the value of the ClientToken property for this object.
|
void |
setCreateDate(java.util.Date createDate)
Sets the value of the CreateDate property for this object.
|
void |
setInstanceCounts(java.util.Collection<InstanceCount> instanceCounts)
Sets the value of the InstanceCounts property for this object.
|
void |
setPriceSchedules(java.util.Collection<PriceSchedule> priceSchedules)
Sets the value of the PriceSchedules property for this object.
|
void |
setReservedInstancesId(java.lang.String reservedInstancesId)
Sets the value of the ReservedInstancesId property for this object.
|
void |
setReservedInstancesListingId(java.lang.String reservedInstancesListingId)
Sets the value of the ReservedInstancesListingId property for this
object.
|
void |
setStatus(java.lang.String status)
Sets the value of the Status property for this object.
|
void |
setStatusMessage(java.lang.String statusMessage)
Sets the value of the StatusMessage property for this object.
|
void |
setTags(java.util.Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
void |
setUpdateDate(java.util.Date updateDate)
Sets the value of the UpdateDate property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReservedInstancesListing |
withClientToken(java.lang.String clientToken)
Sets the value of the ClientToken property for this object.
|
ReservedInstancesListing |
withCreateDate(java.util.Date createDate)
Sets the value of the CreateDate property for this object.
|
ReservedInstancesListing |
withInstanceCounts(java.util.Collection<InstanceCount> instanceCounts)
Sets the value of the InstanceCounts property for this object.
|
ReservedInstancesListing |
withInstanceCounts(InstanceCount... instanceCounts)
Sets the value of the InstanceCounts property for this object.
|
ReservedInstancesListing |
withPriceSchedules(java.util.Collection<PriceSchedule> priceSchedules)
Sets the value of the PriceSchedules property for this object.
|
ReservedInstancesListing |
withPriceSchedules(PriceSchedule... priceSchedules)
Sets the value of the PriceSchedules property for this object.
|
ReservedInstancesListing |
withReservedInstancesId(java.lang.String reservedInstancesId)
Sets the value of the ReservedInstancesId property for this object.
|
ReservedInstancesListing |
withReservedInstancesListingId(java.lang.String reservedInstancesListingId)
Sets the value of the ReservedInstancesListingId property for this
object.
|
ReservedInstancesListing |
withStatus(java.lang.String status)
Sets the value of the Status property for this object.
|
ReservedInstancesListing |
withStatusMessage(java.lang.String statusMessage)
Sets the value of the StatusMessage property for this object.
|
ReservedInstancesListing |
withTags(java.util.Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
ReservedInstancesListing |
withTags(Tag... tags)
Sets the value of the Tags property for this object.
|
ReservedInstancesListing |
withUpdateDate(java.util.Date updateDate)
Sets the value of the UpdateDate property for this object.
|
public java.lang.String getReservedInstancesListingId()
public void setReservedInstancesListingId(java.lang.String reservedInstancesListingId)
reservedInstancesListingId - The new value for the ReservedInstancesListingId property for this
object.public ReservedInstancesListing withReservedInstancesListingId(java.lang.String reservedInstancesListingId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListingId - The new value for the ReservedInstancesListingId property for this
object.public java.lang.String getReservedInstancesId()
public void setReservedInstancesId(java.lang.String reservedInstancesId)
reservedInstancesId - The new value for the ReservedInstancesId property for this object.public ReservedInstancesListing withReservedInstancesId(java.lang.String reservedInstancesId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesId - The new value for the ReservedInstancesId property for this object.public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
createDate - The new value for the CreateDate property for this object.public ReservedInstancesListing withCreateDate(java.util.Date createDate)
Returns a reference to this object so that method calls can be chained together.
createDate - The new value for the CreateDate property for this object.public java.util.Date getUpdateDate()
public void setUpdateDate(java.util.Date updateDate)
updateDate - The new value for the UpdateDate property for this object.public ReservedInstancesListing withUpdateDate(java.util.Date updateDate)
Returns a reference to this object so that method calls can be chained together.
updateDate - The new value for the UpdateDate property for this object.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The new value for the Status property for this object.public ReservedInstancesListing withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - The new value for the Status property for this object.public java.lang.String getStatusMessage()
public void setStatusMessage(java.lang.String statusMessage)
statusMessage - The new value for the StatusMessage property for this object.public ReservedInstancesListing withStatusMessage(java.lang.String statusMessage)
Returns a reference to this object so that method calls can be chained together.
statusMessage - The new value for the StatusMessage property for this object.public java.util.List<InstanceCount> getInstanceCounts()
public void setInstanceCounts(java.util.Collection<InstanceCount> instanceCounts)
instanceCounts - The new value for the InstanceCounts property for this object.public ReservedInstancesListing withInstanceCounts(InstanceCount... instanceCounts)
Returns a reference to this object so that method calls can be chained together.
instanceCounts - The new value for the InstanceCounts property for this object.public ReservedInstancesListing withInstanceCounts(java.util.Collection<InstanceCount> instanceCounts)
Returns a reference to this object so that method calls can be chained together.
instanceCounts - The new value for the InstanceCounts property for this object.public java.util.List<PriceSchedule> getPriceSchedules()
public void setPriceSchedules(java.util.Collection<PriceSchedule> priceSchedules)
priceSchedules - The new value for the PriceSchedules property for this object.public ReservedInstancesListing withPriceSchedules(PriceSchedule... priceSchedules)
Returns a reference to this object so that method calls can be chained together.
priceSchedules - The new value for the PriceSchedules property for this object.public ReservedInstancesListing withPriceSchedules(java.util.Collection<PriceSchedule> priceSchedules)
Returns a reference to this object so that method calls can be chained together.
priceSchedules - The new value for the PriceSchedules property for this object.public java.util.List<Tag> getTags()
public void setTags(java.util.Collection<Tag> tags)
tags - The new value for the Tags property for this object.public ReservedInstancesListing withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags - The new value for the Tags property for this object.public ReservedInstancesListing withTags(java.util.Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags - The new value for the Tags property for this object.public java.lang.String getClientToken()
public void setClientToken(java.lang.String clientToken)
clientToken - The new value for the ClientToken property for this object.public ReservedInstancesListing withClientToken(java.lang.String clientToken)
Returns a reference to this object so that method calls can be chained together.
clientToken - The new value for the ClientToken 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