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