public class DeleteApplicationRequest extends AmazonWebServiceRequest implements Serializable
DeleteApplication operation
.
Deletes the specified application along with all associated versions and configurations.
NOTE:You cannot delete an application that has a running environment.
Constructor and Description |
---|
DeleteApplicationRequest()
Default constructor for a new DeleteApplicationRequest object.
|
DeleteApplicationRequest(String applicationName)
Constructs a new DeleteApplicationRequest object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DeleteApplicationRequest()
public DeleteApplicationRequest(String applicationName)
applicationName
- The name of the application to delete.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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.