|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticbeanstalk.model.DeleteEnvironmentConfigurationRequest
public class DeleteEnvironmentConfigurationRequest
Container for the parameters to the 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.
AWSElasticBeanstalk.deleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteEnvironmentConfigurationRequest()
Default constructor for a new DeleteEnvironmentConfigurationRequest object. |
|
DeleteEnvironmentConfigurationRequest(String applicationName,
String environmentName)
Constructs a new DeleteEnvironmentConfigurationRequest object. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |