@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 app instance.
|
String |
getAppInstanceArn()
The ARN of the of the admin for the app instance.
|
int |
hashCode() |
void |
setAppInstanceAdmin(Identity appInstanceAdmin)
The name and ARN of the admin for the app instance.
|
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the of the admin for the app instance.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppInstanceAdminResult |
withAppInstanceAdmin(Identity appInstanceAdmin)
The name and ARN of the admin for the app instance.
|
CreateAppInstanceAdminResult |
withAppInstanceArn(String appInstanceArn)
The ARN of the of the admin for the app instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppInstanceAdmin(Identity appInstanceAdmin)
The name and ARN of the admin for the app instance.
appInstanceAdmin
- The name and ARN of the admin for the app instance.public Identity getAppInstanceAdmin()
The name and ARN of the admin for the app instance.
public CreateAppInstanceAdminResult withAppInstanceAdmin(Identity appInstanceAdmin)
The name and ARN of the admin for the app instance.
appInstanceAdmin
- The name and ARN of the admin for the app instance.public void setAppInstanceArn(String appInstanceArn)
The ARN of the of the admin for the app instance.
appInstanceArn
- The ARN of the of the admin for the app instance.public String getAppInstanceArn()
The ARN of the of the admin for the app instance.
public CreateAppInstanceAdminResult withAppInstanceArn(String appInstanceArn)
The ARN of the of the admin for the app instance.
appInstanceArn
- The ARN of the of the admin for the app instance.public String toString()
toString
in class Object
Object.toString()
public CreateAppInstanceAdminResult clone()