@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()
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 in which the project is deleted.
|
String |
getIdentifier()
The identifier of the project that is to be deleted.
|
Boolean |
getSkipDeletionCheck()
Specifies the optional flag to delete all child entities within the project.
|
int |
hashCode() |
Boolean |
isSkipDeletionCheck()
Specifies the optional flag to delete all child entities within the project.
|
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.
|
void |
setSkipDeletionCheck(Boolean skipDeletionCheck)
Specifies the optional flag to delete all child entities within the project.
|
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.
|
DeleteProjectRequest |
withSkipDeletionCheck(Boolean skipDeletionCheck)
Specifies the optional flag to delete all child entities within the project.
|
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 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 void setSkipDeletionCheck(Boolean skipDeletionCheck)
Specifies the optional flag to delete all child entities within the project.
skipDeletionCheck
- Specifies the optional flag to delete all child entities within the project.public Boolean getSkipDeletionCheck()
Specifies the optional flag to delete all child entities within the project.
public DeleteProjectRequest withSkipDeletionCheck(Boolean skipDeletionCheck)
Specifies the optional flag to delete all child entities within the project.
skipDeletionCheck
- Specifies the optional flag to delete all child entities within the project.public Boolean isSkipDeletionCheck()
Specifies the optional flag to delete all child entities within the project.
public String toString()
toString
in class Object
Object.toString()
public DeleteProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()