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