|
||||||||||
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.DeleteApplicationRequest
public class DeleteApplicationRequest
Container for the parameters to the DeleteApplication operation
.
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
NOTE:You cannot delete an application that has a running environment.
AWSElasticBeanstalk.deleteApplication(DeleteApplicationRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteApplicationRequest()
Default constructor for a new DeleteApplicationRequest object. |
|
DeleteApplicationRequest(String applicationName)
Constructs a new DeleteApplicationRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getApplicationName()
The name of the application to delete. |
Boolean |
getTerminateEnvByForce()
When set to true, running environments will be terminated before deleting the application. |
int |
hashCode()
|
Boolean |
isTerminateEnvByForce()
When set to true, running environments will be terminated before deleting the application. |
void |
setApplicationName(String applicationName)
The name of the application to delete. |
void |
setTerminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before deleting the application. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteApplicationRequest |
withApplicationName(String applicationName)
The name of the application to delete. |
DeleteApplicationRequest |
withTerminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before deleting the application. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteApplicationRequest()
public DeleteApplicationRequest(String applicationName)
applicationName
- The name of the application to delete.Method Detail |
---|
public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The name of the application to delete.public DeleteApplicationRequest 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 to delete.
public Boolean isTerminateEnvByForce()
public void setTerminateEnvByForce(Boolean terminateEnvByForce)
terminateEnvByForce
- When set to true, running environments will be terminated before
deleting the application.public DeleteApplicationRequest withTerminateEnvByForce(Boolean terminateEnvByForce)
Returns a reference to this object so that method calls can be chained together.
terminateEnvByForce
- When set to true, running environments will be terminated before
deleting the application.
public Boolean getTerminateEnvByForce()
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 |