@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public CreateAppInstanceAdminRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()