public class DeleteEnvironmentConfigurationRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
DeleteEnvironmentConfigurationRequest()
Default constructor for a new DeleteEnvironmentConfigurationRequest object.
|
DeleteEnvironmentConfigurationRequest(java.lang.String applicationName,
java.lang.String environmentName)
Constructs a new DeleteEnvironmentConfigurationRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.String applicationName)
Constraints:
Length: 1 - 100
applicationName - The name of the application the environment is associated with.public DeleteEnvironmentConfigurationRequest withApplicationName(java.lang.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 java.lang.String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(java.lang.String environmentName)
Constraints:
Length: 4 - 23
environmentName - The name of the environment to delete the draft configuration from.public DeleteEnvironmentConfigurationRequest withEnvironmentName(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object