public class CreateApplicationRequest extends AmazonWebServiceRequest implements java.io.Serializable
CreateApplication operation.
Creates an application that has one configuration template named default and no application versions.
NOTE: The default configuration template is for a 32-bit version of the Amazon Linux operating system running the Tomcat 6 application container.
| コンストラクタと説明 |
|---|
CreateApplicationRequest()
Default constructor for a new CreateApplicationRequest object.
|
CreateApplicationRequest(java.lang.String applicationName)
Constructs a new CreateApplicationRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application.
|
java.lang.String |
getDescription()
Describes the application.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application.
|
void |
setDescription(java.lang.String description)
Describes the application.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateApplicationRequest |
withApplicationName(java.lang.String applicationName)
The name of the application.
|
CreateApplicationRequest |
withDescription(java.lang.String description)
Describes the application.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic CreateApplicationRequest()
public CreateApplicationRequest(java.lang.String applicationName)
applicationName - The name of the application. Constraint:
This name must be unique within your account. If the specified name
already exists, the action returns an
InvalidParameterValue error.
public java.lang.String getApplicationName()
Constraint: This name must be unique
within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
Constraints:
Length: 1 - 100
Constraint: This name must be unique
within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
public void setApplicationName(java.lang.String applicationName)
Constraint: This name must be unique
within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
Constraints:
Length: 1 - 100
applicationName - The name of the application. Constraint: This name must be unique
within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
public CreateApplicationRequest withApplicationName(java.lang.String applicationName)
Constraint: This name must be unique
within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName - The name of the application. Constraint: This name must be unique
within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
public java.lang.String getDescription()
Constraints:
Length: 0 - 200
public void setDescription(java.lang.String description)
Constraints:
Length: 0 - 200
description - Describes the application.public CreateApplicationRequest withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 200
description - Describes the application.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