@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppInstanceAdminResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAppInstanceAdminResult() |
Modifier and Type | Method and Description |
---|---|
CreateAppInstanceAdminResult |
clone() |
boolean |
equals(Object obj) |
Identity |
getAppInstanceAdmin()
The name and ARN of the admin for the
AppInstance . |
String |
getAppInstanceArn()
The ARN of the of the admin for the
AppInstance . |
int |
hashCode() |
void |
setAppInstanceAdmin(Identity appInstanceAdmin)
The name and ARN of the admin for the
AppInstance . |
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the of the admin for the
AppInstance . |
String |
toString()
Returns a string representation of this object.
|
CreateAppInstanceAdminResult |
withAppInstanceAdmin(Identity appInstanceAdmin)
The name and ARN of the admin for the
AppInstance . |
CreateAppInstanceAdminResult |
withAppInstanceArn(String appInstanceArn)
The ARN of the of the admin for the
AppInstance . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppInstanceAdmin(Identity appInstanceAdmin)
The name and ARN of the admin for the AppInstance
.
appInstanceAdmin
- The name and ARN of the admin for the AppInstance
.public Identity getAppInstanceAdmin()
The name and ARN of the admin for the AppInstance
.
AppInstance
.public CreateAppInstanceAdminResult withAppInstanceAdmin(Identity appInstanceAdmin)
The name and ARN of the admin for the AppInstance
.
appInstanceAdmin
- The name and ARN of the admin for the AppInstance
.public void setAppInstanceArn(String appInstanceArn)
The ARN of the of the admin for the AppInstance
.
appInstanceArn
- The ARN of the of the admin for the AppInstance
.public String getAppInstanceArn()
The ARN of the of the admin for the AppInstance
.
AppInstance
.public CreateAppInstanceAdminResult withAppInstanceArn(String appInstanceArn)
The ARN of the of the admin for the AppInstance
.
appInstanceArn
- The ARN of the of the admin for the AppInstance
.public String toString()
toString
in class Object
Object.toString()
public CreateAppInstanceAdminResult clone()
Copyright © 2022. All rights reserved.