@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 app instance.
|
int |
hashCode() |
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the app instance.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAppInstanceResult |
withAppInstanceArn(String appInstanceArn)
The ARN of the app instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppInstanceArn(String appInstanceArn)
The ARN of the app instance.
appInstanceArn
- The ARN of the app instance.public String getAppInstanceArn()
The ARN of the app instance.
public UpdateAppInstanceResult withAppInstanceArn(String appInstanceArn)
The ARN of the app instance.
appInstanceArn
- The ARN of the app instance.public String toString()
toString
in class Object
Object.toString()
public UpdateAppInstanceResult clone()