@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
AppInstance . |
String |
getAppInstanceArn()
The ARN of the
AppInstance . |
int |
hashCode() |
void |
setAppInstanceAdminArn(String appInstanceAdminArn)
The ARN of the administrator of the current
AppInstance . |
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance . |
String |
toString()
Returns a string representation of this object.
|
CreateAppInstanceAdminRequest |
withAppInstanceAdminArn(String appInstanceAdminArn)
The ARN of the administrator of the current
AppInstance . |
CreateAppInstanceAdminRequest |
withAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance . |
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 AppInstance
.
appInstanceAdminArn
- The ARN of the administrator of the current AppInstance
.public String getAppInstanceAdminArn()
The ARN of the administrator of the current AppInstance
.
AppInstance
.public CreateAppInstanceAdminRequest withAppInstanceAdminArn(String appInstanceAdminArn)
The ARN of the administrator of the current AppInstance
.
appInstanceAdminArn
- The ARN of the administrator of the current AppInstance
.public void setAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance
.
appInstanceArn
- The ARN of the AppInstance
.public String getAppInstanceArn()
The ARN of the AppInstance
.
AppInstance
.public CreateAppInstanceAdminRequest withAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance
.
appInstanceArn
- The ARN of the AppInstance
.public String toString()
toString
in class Object
Object.toString()
public CreateAppInstanceAdminRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()