@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateApplicationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateApplicationResult | clone() | 
| boolean | equals(Object obj) | 
| String | getApplicationArn()
 The ARN of the web application. | 
| String | getApplicationId()
 The unique Id of the web application. | 
| int | hashCode() | 
| void | setApplicationArn(String applicationArn)
 The ARN of the web application. | 
| void | setApplicationId(String applicationId)
 The unique Id of the web application. | 
| String | toString()Returns a string representation of this object. | 
| CreateApplicationResult | withApplicationArn(String applicationArn)
 The ARN of the web application. | 
| CreateApplicationResult | withApplicationId(String applicationId)
 The unique Id of the web application. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplicationId(String applicationId)
The unique Id of the web application.
applicationId - The unique Id of the web application.public String getApplicationId()
The unique Id of the web application.
public CreateApplicationResult withApplicationId(String applicationId)
The unique Id of the web application.
applicationId - The unique Id of the web application.public void setApplicationArn(String applicationArn)
The ARN of the web application.
applicationArn - The ARN of the web application.public String getApplicationArn()
The ARN of the web application.
public CreateApplicationResult withApplicationArn(String applicationArn)
The ARN of the web application.
applicationArn - The ARN of the web application.public String toString()
toString in class ObjectObject.toString()public CreateApplicationResult clone()