@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetListingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetListingRequest() |
Modifier and Type | Method and Description |
---|---|
GetListingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain.
|
String |
getIdentifier()
The ID of the listing.
|
String |
getListingRevision()
The revision of the listing.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
|
void |
setIdentifier(String identifier)
The ID of the listing.
|
void |
setListingRevision(String listingRevision)
The revision of the listing.
|
String |
toString()
Returns a string representation of this object.
|
GetListingRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
|
GetListingRequest |
withIdentifier(String identifier)
The ID of the listing.
|
GetListingRequest |
withListingRevision(String listingRevision)
The revision of the listing.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
domainIdentifier
- The ID of the Amazon DataZone domain.public String getDomainIdentifier()
The ID of the Amazon DataZone domain.
public GetListingRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
domainIdentifier
- The ID of the Amazon DataZone domain.public void setIdentifier(String identifier)
The ID of the listing.
identifier
- The ID of the listing.public String getIdentifier()
The ID of the listing.
public GetListingRequest withIdentifier(String identifier)
The ID of the listing.
identifier
- The ID of the listing.public void setListingRevision(String listingRevision)
The revision of the listing.
listingRevision
- The revision of the listing.public String getListingRevision()
The revision of the listing.
public GetListingRequest withListingRevision(String listingRevision)
The revision of the listing.
listingRevision
- The revision of the listing.public String toString()
toString
in class Object
Object.toString()
public GetListingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()