@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteListingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteListingRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteListingRequest |
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 to be deleted.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
|
void |
setIdentifier(String identifier)
The ID of the listing to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteListingRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
|
DeleteListingRequest |
withIdentifier(String identifier)
The ID of the listing to be deleted.
|
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, withSdkRequestTimeoutpublic 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 DeleteListingRequest 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 to be deleted.
identifier - The ID of the listing to be deleted.public String getIdentifier()
The ID of the listing to be deleted.
public DeleteListingRequest withIdentifier(String identifier)
The ID of the listing to be deleted.
identifier - The ID of the listing to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteListingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()