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