public class DescribeSpotDatafeedSubscriptionResult extends Object implements Serializable
Constructor and Description |
---|
DescribeSpotDatafeedSubscriptionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SpotDatafeedSubscription |
getSpotDatafeedSubscription()
The Spot Instance datafeed subscription.
|
int |
hashCode() |
void |
setSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The Spot Instance datafeed subscription.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSpotDatafeedSubscriptionResult |
withSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The Spot Instance datafeed subscription.
|
public DescribeSpotDatafeedSubscriptionResult()
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.