|
|||||||
| 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.
NOTE:You cannot delete an application that has a running environment.
AWSElasticBeanstalk.deleteApplication(DeleteApplicationRequest)| Constructor Summary | |
|---|---|
DeleteApplicationRequest()
Default constructor for a new DeleteApplicationRequest object. |
|
DeleteApplicationRequest(String applicationName)
Constructs a new DeleteApplicationRequest object. |
|
| Method Summary | |
|---|---|
String |
getApplicationName()
The name of the application to delete. |
void |
setApplicationName(String applicationName)
The name of the application to delete. |
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, 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 String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||