@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 App's Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
setAppArn(String appArn)
The App's Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
CreateAppResult |
withAppArn(String appArn)
The App's Amazon Resource Name (ARN).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppArn(String appArn)
The App's Amazon Resource Name (ARN).
appArn
- The App's Amazon Resource Name (ARN).public String getAppArn()
The App's Amazon Resource Name (ARN).
public CreateAppResult withAppArn(String appArn)
The App's Amazon Resource Name (ARN).
appArn
- The App's Amazon Resource Name (ARN).public String toString()
toString
in class Object
Object.toString()
public CreateAppResult clone()