@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteProjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which the project is deleted.
|
String |
getIdentifier()
The identifier of the project that is to be deleted.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the project is deleted.
|
void |
setIdentifier(String identifier)
The identifier of the project that is to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProjectRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the project is deleted.
|
DeleteProjectRequest |
withIdentifier(String identifier)
The identifier of the project that is to be deleted.
|
addHandlerContext, copyBaseTo, 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 in which the project is deleted.
domainIdentifier - The ID of the Amazon DataZone domain in which the project is deleted.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the project is deleted.
public DeleteProjectRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the project is deleted.
domainIdentifier - The ID of the Amazon DataZone domain in which the project is deleted.public void setIdentifier(String identifier)
The identifier of the project that is to be deleted.
identifier - The identifier of the project that is to be deleted.public String getIdentifier()
The identifier of the project that is to be deleted.
public DeleteProjectRequest withIdentifier(String identifier)
The identifier of the project that is to be deleted.
identifier - The identifier of the project that is to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteProjectRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.