public class DeleteEnvironmentConfigurationRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Request to delete a draft environment configuration.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
applicationName
The name of the application the environment is associated with.
|
private java.lang.String |
environmentName
The name of the environment to delete the draft configuration from.
|
NOOP
Constructor and Description |
---|
DeleteEnvironmentConfigurationRequest()
Default constructor for DeleteEnvironmentConfigurationRequest object.
|
DeleteEnvironmentConfigurationRequest(java.lang.String applicationName,
java.lang.String environmentName)
Constructs a new DeleteEnvironmentConfigurationRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteEnvironmentConfigurationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application the environment is associated with.
|
java.lang.String |
getEnvironmentName()
The name of the environment to delete the draft configuration from.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application the environment is associated with.
|
void |
setEnvironmentName(java.lang.String environmentName)
The name of the environment to delete the draft configuration from.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteEnvironmentConfigurationRequest |
withApplicationName(java.lang.String applicationName)
The name of the application the environment is associated with.
|
DeleteEnvironmentConfigurationRequest |
withEnvironmentName(java.lang.String environmentName)
The name of the environment to delete the draft configuration from.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String applicationName
The name of the application the environment is associated with.
private java.lang.String environmentName
The name of the environment to delete the draft configuration from.
public DeleteEnvironmentConfigurationRequest()
public DeleteEnvironmentConfigurationRequest(java.lang.String applicationName, java.lang.String environmentName)
applicationName
- The name of the application the environment is associated with.environmentName
- The name of the environment to delete the draft configuration
from.public void setApplicationName(java.lang.String applicationName)
The name of the application the environment is associated with.
applicationName
- The name of the application the environment is associated with.public java.lang.String getApplicationName()
The name of the application the environment is associated with.
public DeleteEnvironmentConfigurationRequest withApplicationName(java.lang.String applicationName)
The name of the application the environment is associated with.
applicationName
- The name of the application the environment is associated with.public void setEnvironmentName(java.lang.String environmentName)
The name of the environment to delete the draft configuration from.
environmentName
- The name of the environment to delete the draft configuration
from.public java.lang.String getEnvironmentName()
The name of the environment to delete the draft configuration from.
public DeleteEnvironmentConfigurationRequest withEnvironmentName(java.lang.String environmentName)
The name of the environment to delete the draft configuration from.
environmentName
- The name of the environment to delete the draft configuration
from.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteEnvironmentConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()