public class DeleteEnvironmentConfigurationRequest extends AmazonWebServiceRequest implements Serializable
DeleteEnvironmentConfiguration operation
.
Deletes the draft configuration associated with the running environment.
Updating a running environment with any configuration changes creates
a draft configuration set. You can get the draft configuration using
DescribeConfigurationSettings while the update is in progress or if
the update fails. The DeploymentStatus
for the draft
configuration indicates whether the deployment is in process or has
failed. The draft configuration remains in existence until it is
deleted with this action.
NOOP
Constructor and Description |
---|
DeleteEnvironmentConfigurationRequest()
Default constructor for a new DeleteEnvironmentConfigurationRequest object.
|
DeleteEnvironmentConfigurationRequest(String applicationName,
String environmentName)
Constructs a new DeleteEnvironmentConfigurationRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application the environment is associated with.
|
String |
getEnvironmentName()
The name of the environment to delete the draft configuration from.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application the environment is associated with.
|
void |
setEnvironmentName(String environmentName)
The name of the environment to delete the draft configuration from.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteEnvironmentConfigurationRequest |
withApplicationName(String applicationName)
The name of the application the environment is associated with.
|
DeleteEnvironmentConfigurationRequest |
withEnvironmentName(String environmentName)
The name of the environment to delete the draft configuration from.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteEnvironmentConfigurationRequest()
public DeleteEnvironmentConfigurationRequest(String applicationName, 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 String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The name of the application the environment is associated with.public DeleteEnvironmentConfigurationRequest withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName
- The name of the application the environment is associated with.public String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(String environmentName)
Constraints:
Length: 4 - 23
environmentName
- The name of the environment to delete the draft configuration from.public DeleteEnvironmentConfigurationRequest withEnvironmentName(String environmentName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName
- The name of the environment to delete the draft configuration from.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.