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