@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAppResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAppResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the app.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the app.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppResult |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the app.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the app.
appArn - The Amazon Resource Name (ARN) of the app.public String getAppArn()
The Amazon Resource Name (ARN) of the app.
public CreateAppResult withAppArn(String appArn)
The Amazon Resource Name (ARN) of the app.
appArn - The Amazon Resource Name (ARN) of the app.public String toString()
toString in class ObjectObject.toString()public CreateAppResult clone()