|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.SpotDatafeedSubscription
public class SpotDatafeedSubscription
The SpotDatafeedSubscriptionType data type.
| Constructor Summary | |
|---|---|
SpotDatafeedSubscription()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getBucket()
Specifies the Amazon S3 bucket where the Spot Instance data feed is located. |
SpotInstanceStateFault |
getFault()
Specifies a fault code for the Spot Instance request, if present. |
java.lang.String |
getOwnerId()
Specifies the AWS account ID of the account. |
java.lang.String |
getPrefix()
Contains the prefix that is prepended to data feed files. |
java.lang.String |
getState()
Specifies the state of the Spot Instance request. |
int |
hashCode()
|
void |
setBucket(java.lang.String bucket)
Specifies the Amazon S3 bucket where the Spot Instance data feed is located. |
void |
setFault(SpotInstanceStateFault fault)
Specifies a fault code for the Spot Instance request, if present. |
void |
setOwnerId(java.lang.String ownerId)
Specifies the AWS account ID of the account. |
void |
setPrefix(java.lang.String prefix)
Contains the prefix that is prepended to data feed files. |
void |
setState(java.lang.String state)
Specifies the state of the Spot Instance request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SpotDatafeedSubscription |
withBucket(java.lang.String bucket)
Specifies the Amazon S3 bucket where the Spot Instance data feed is located. |
SpotDatafeedSubscription |
withFault(SpotInstanceStateFault fault)
Specifies a fault code for the Spot Instance request, if present. |
SpotDatafeedSubscription |
withOwnerId(java.lang.String ownerId)
Specifies the AWS account ID of the account. |
SpotDatafeedSubscription |
withPrefix(java.lang.String prefix)
Contains the prefix that is prepended to data feed files. |
SpotDatafeedSubscription |
withState(java.lang.String state)
Specifies the state of the Spot Instance request. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpotDatafeedSubscription()
| Method Detail |
|---|
public java.lang.String getOwnerId()
public void setOwnerId(java.lang.String ownerId)
ownerId - Specifies the AWS account ID of the account.public SpotDatafeedSubscription withOwnerId(java.lang.String ownerId)
Returns a reference to this object so that method calls can be chained together.
ownerId - Specifies the AWS account ID of the account.
public java.lang.String getBucket()
public void setBucket(java.lang.String bucket)
bucket - Specifies the Amazon S3 bucket where the Spot Instance data feed is
located.public SpotDatafeedSubscription withBucket(java.lang.String bucket)
Returns a reference to this object so that method calls can be chained together.
bucket - Specifies the Amazon S3 bucket where the Spot Instance data feed is
located.
public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix - Contains the prefix that is prepended to data feed files.public SpotDatafeedSubscription withPrefix(java.lang.String prefix)
Returns a reference to this object so that method calls can be chained together.
prefix - Contains the prefix that is prepended to data feed files.
public java.lang.String getState()
public void setState(java.lang.String state)
state - Specifies the state of the Spot Instance request.public SpotDatafeedSubscription withState(java.lang.String state)
Returns a reference to this object so that method calls can be chained together.
state - Specifies the state of the Spot Instance request.
public SpotInstanceStateFault getFault()
public void setFault(SpotInstanceStateFault fault)
fault - Specifies a fault code for the Spot Instance request, if present.public SpotDatafeedSubscription withFault(SpotInstanceStateFault fault)
Returns a reference to this object so that method calls can be chained together.
fault - Specifies a fault code for the Spot Instance request, if present.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||