public class DeleteApplicationRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
DeleteApplicationRequest()
Default constructor for a new DeleteApplicationRequest object.
|
DeleteApplicationRequest(java.lang.String applicationName)
Constructs a new DeleteApplicationRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application to delete.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteApplicationRequest |
withApplicationName(java.lang.String applicationName)
The name of the application to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteApplicationRequest()
public DeleteApplicationRequest(java.lang.String applicationName)
applicationName - The name of the application to delete.public java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.String applicationName)
Constraints:
Length: 1 - 100
applicationName - The name of the application to delete.public DeleteApplicationRequest withApplicationName(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object