@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateListingChangeSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateListingChangeSetResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateListingChangeSetResult | clone() | 
| boolean | equals(Object obj) | 
| String | getListingId()
 The ID of the listing (a record of an asset at a given time). | 
| String | getListingRevision()
 The revision of a listing. | 
| String | getStatus()
 Specifies the status of the listing. | 
| int | hashCode() | 
| void | setListingId(String listingId)
 The ID of the listing (a record of an asset at a given time). | 
| void | setListingRevision(String listingRevision)
 The revision of a listing. | 
| void | setStatus(String status)
 Specifies the status of the listing. | 
| String | toString()Returns a string representation of this object. | 
| CreateListingChangeSetResult | withListingId(String listingId)
 The ID of the listing (a record of an asset at a given time). | 
| CreateListingChangeSetResult | withListingRevision(String listingRevision)
 The revision of a listing. | 
| CreateListingChangeSetResult | withStatus(ListingStatus status)
 Specifies the status of the listing. | 
| CreateListingChangeSetResult | withStatus(String status)
 Specifies the status of the listing. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setListingId(String listingId)
The ID of the listing (a record of an asset at a given time).
listingId - The ID of the listing (a record of an asset at a given time).public String getListingId()
The ID of the listing (a record of an asset at a given time).
public CreateListingChangeSetResult withListingId(String listingId)
The ID of the listing (a record of an asset at a given time).
listingId - The ID of the listing (a record of an asset at a given time).public void setListingRevision(String listingRevision)
The revision of a listing.
listingRevision - The revision of a listing.public String getListingRevision()
The revision of a listing.
public CreateListingChangeSetResult withListingRevision(String listingRevision)
The revision of a listing.
listingRevision - The revision of a listing.public void setStatus(String status)
Specifies the status of the listing.
status - Specifies the status of the listing.ListingStatuspublic String getStatus()
Specifies the status of the listing.
ListingStatuspublic CreateListingChangeSetResult withStatus(String status)
Specifies the status of the listing.
status - Specifies the status of the listing.ListingStatuspublic CreateListingChangeSetResult withStatus(ListingStatus status)
Specifies the status of the listing.
status - Specifies the status of the listing.ListingStatuspublic String toString()
toString in class ObjectObject.toString()public CreateListingChangeSetResult clone()