|
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.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)
,
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. |
int |
hashCode()
|
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, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
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 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 |