@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 app instance user, the ARN of the app instance, and the created and last-updated
timestamps.
|
int |
hashCode() |
void |
setAppInstanceAdmin(AppInstanceAdmin appInstanceAdmin)
The ARN and name of the app instance user, the ARN of the app instance, 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 app instance user, the ARN of the app instance, and the created and last-updated
timestamps.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppInstanceAdmin(AppInstanceAdmin appInstanceAdmin)
The ARN and name of the app instance user, the ARN of the app instance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.
appInstanceAdmin
- The ARN and name of the app instance user, the ARN of the app instance, and the created and last-updated
timestamps. All timestamps use epoch milliseconds.public AppInstanceAdmin getAppInstanceAdmin()
The ARN and name of the app instance user, the ARN of the app instance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.
public DescribeAppInstanceAdminResult withAppInstanceAdmin(AppInstanceAdmin appInstanceAdmin)
The ARN and name of the app instance user, the ARN of the app instance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.
appInstanceAdmin
- The ARN and name of the app instance user, the ARN of the app instance, and the created and last-updated
timestamps. All timestamps use epoch milliseconds.public String toString()
toString
in class Object
Object.toString()
public DescribeAppInstanceAdminResult clone()