@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppInstanceAdminRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateAppInstanceAdminRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateAppInstanceAdminRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceAdminArn()
The ARN of the administrator of the current app instance.
|
String |
getAppInstanceArn()
The ARN of the app instance.
|
int |
hashCode() |
void |
setAppInstanceAdminArn(String appInstanceAdminArn)
The ARN of the administrator of the current app instance.
|
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the app instance.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppInstanceAdminRequest |
withAppInstanceAdminArn(String appInstanceAdminArn)
The ARN of the administrator of the current app instance.
|
CreateAppInstanceAdminRequest |
withAppInstanceArn(String appInstanceArn)
The ARN of the app instance.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAppInstanceAdminArn(String appInstanceAdminArn)
The ARN of the administrator of the current app instance.
appInstanceAdminArn - The ARN of the administrator of the current app instance.public String getAppInstanceAdminArn()
The ARN of the administrator of the current app instance.
public CreateAppInstanceAdminRequest withAppInstanceAdminArn(String appInstanceAdminArn)
The ARN of the administrator of the current app instance.
appInstanceAdminArn - The ARN of the administrator of the current app instance.public void setAppInstanceArn(String appInstanceArn)
The ARN of the app instance.
appInstanceArn - The ARN of the app instance.public String getAppInstanceArn()
The ARN of the app instance.
public CreateAppInstanceAdminRequest withAppInstanceArn(String appInstanceArn)
The ARN of the app instance.
appInstanceArn - The ARN of the app instance.public String toString()
toString in class ObjectObject.toString()public CreateAppInstanceAdminRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.