@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()
 Specifies the ARN of the application. 
 | 
int | 
hashCode()  | 
void | 
setApplicationArn(String applicationArn)
 Specifies the ARN of the application. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateApplicationResult | 
withApplicationArn(String applicationArn)
 Specifies the ARN of the application. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplicationArn(String applicationArn)
Specifies the ARN of the application.
applicationArn - Specifies the ARN of the application.public String getApplicationArn()
Specifies the ARN of the application.
public CreateApplicationResult withApplicationArn(String applicationArn)
Specifies the ARN of the application.
applicationArn - Specifies the ARN of the application.public String toString()
toString in class ObjectObject.toString()public CreateApplicationResult clone()