@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAppInstanceResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAppInstanceResult |
clone() |
boolean |
equals(Object obj) |
AppInstance |
getAppInstance()
The ARN, metadata, created and last-updated timestamps, and the name of the app instance.
|
int |
hashCode() |
void |
setAppInstance(AppInstance appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the app instance.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAppInstanceResult |
withAppInstance(AppInstance appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the app instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppInstance(AppInstance appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the app instance. All timestamps use epoch milliseconds.
appInstance - The ARN, metadata, created and last-updated timestamps, and the name of the app instance. All timestamps
use epoch milliseconds.public AppInstance getAppInstance()
The ARN, metadata, created and last-updated timestamps, and the name of the app instance. All timestamps use epoch milliseconds.
public DescribeAppInstanceResult withAppInstance(AppInstance appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the app instance. All timestamps use epoch milliseconds.
appInstance - The ARN, metadata, created and last-updated timestamps, and the name of the app instance. All timestamps
use epoch milliseconds.public String toString()
toString in class ObjectObject.toString()public DescribeAppInstanceResult clone()
Copyright © 2021. All rights reserved.