@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppInstanceAdminResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAppInstanceAdminResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAppInstanceAdminResult |
clone() |
boolean |
equals(Object obj) |
AppInstanceAdmin |
getAppInstanceAdmin()
The ARN and name of the
AppInstanceUser, the ARN of the AppInstance, and the created
and last-updated timestamps. |
int |
hashCode() |
void |
setAppInstanceAdmin(AppInstanceAdmin appInstanceAdmin)
The ARN and name of the
AppInstanceUser, the ARN of the AppInstance, and the created
and last-updated timestamps. |
String |
toString()
Returns a string representation of this object.
|
DescribeAppInstanceAdminResult |
withAppInstanceAdmin(AppInstanceAdmin appInstanceAdmin)
The ARN and name of the
AppInstanceUser, the ARN of the AppInstance, and the created
and last-updated timestamps. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppInstanceAdmin(AppInstanceAdmin appInstanceAdmin)
The ARN and name of the AppInstanceUser, the ARN of the AppInstance, and the created
and last-updated timestamps. All timestamps use epoch milliseconds.
appInstanceAdmin - The ARN and name of the AppInstanceUser, the ARN of the AppInstance, and the
created and last-updated timestamps. All timestamps use epoch milliseconds.public AppInstanceAdmin getAppInstanceAdmin()
The ARN and name of the AppInstanceUser, the ARN of the AppInstance, and the created
and last-updated timestamps. All timestamps use epoch milliseconds.
AppInstanceUser, the ARN of the AppInstance, and the
created and last-updated timestamps. All timestamps use epoch milliseconds.public DescribeAppInstanceAdminResult withAppInstanceAdmin(AppInstanceAdmin appInstanceAdmin)
The ARN and name of the AppInstanceUser, the ARN of the AppInstance, and the created
and last-updated timestamps. All timestamps use epoch milliseconds.
appInstanceAdmin - The ARN and name of the AppInstanceUser, the ARN of the AppInstance, and the
created and last-updated timestamps. All timestamps use epoch milliseconds.public String toString()
toString in class ObjectObject.toString()public DescribeAppInstanceAdminResult clone()