|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.CreateSpotDatafeedSubscriptionResult
public class CreateSpotDatafeedSubscriptionResult
Create Spot Datafeed Subscription Result
| Constructor Summary | |
|---|---|
CreateSpotDatafeedSubscriptionResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
SpotDatafeedSubscription |
getSpotDatafeedSubscription()
The SpotDatafeedSubscriptionType data type. |
int |
hashCode()
|
void |
setSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The SpotDatafeedSubscriptionType data type. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateSpotDatafeedSubscriptionResult |
withSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The SpotDatafeedSubscriptionType data type. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateSpotDatafeedSubscriptionResult()
| Method Detail |
|---|
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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||