public class DescribeSpotDatafeedSubscriptionResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeSpotDatafeedSubscriptionResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
SpotDatafeedSubscription |
getSpotDatafeedSubscription()
The Spot Instance datafeed subscription.
|
int |
hashCode() |
void |
setSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The Spot Instance datafeed subscription.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSpotDatafeedSubscriptionResult |
withSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The Spot Instance datafeed subscription.
|
public SpotDatafeedSubscription getSpotDatafeedSubscription()
public void setSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
spotDatafeedSubscription - The Spot Instance datafeed subscription.public DescribeSpotDatafeedSubscriptionResult withSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
Returns a reference to this object so that method calls can be chained together.
spotDatafeedSubscription - The Spot Instance datafeed subscription.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