public class SpotDatafeedSubscription
extends java.lang.Object
implements java.io.Serializable
The SpotDatafeedSubscriptionType data type.
| コンストラクタと説明 |
|---|
SpotDatafeedSubscription() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object