@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppInstanceUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAppInstanceUserRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAppInstanceUserRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppInstanceArn()
The ARN of the app instance request.
|
String |
getAppInstanceUserId()
The user ID of the app instance.
|
String |
getClientRequestToken()
The token assigned to the user requesting an app instance.
|
String |
getMetadata()
The request's metadata.
|
String |
getName()
The user's name.
|
int |
hashCode() |
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the app instance request.
|
void |
setAppInstanceUserId(String appInstanceUserId)
The user ID of the app instance.
|
void |
setClientRequestToken(String clientRequestToken)
The token assigned to the user requesting an app instance.
|
void |
setMetadata(String metadata)
The request's metadata.
|
void |
setName(String name)
The user's name.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppInstanceUserRequest |
withAppInstanceArn(String appInstanceArn)
The ARN of the app instance request.
|
CreateAppInstanceUserRequest |
withAppInstanceUserId(String appInstanceUserId)
The user ID of the app instance.
|
CreateAppInstanceUserRequest |
withClientRequestToken(String clientRequestToken)
The token assigned to the user requesting an app instance.
|
CreateAppInstanceUserRequest |
withMetadata(String metadata)
The request's metadata.
|
CreateAppInstanceUserRequest |
withName(String name)
The user's name.
|
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 setAppInstanceArn(String appInstanceArn)
The ARN of the app instance request.
appInstanceArn
- The ARN of the app instance request.public String getAppInstanceArn()
The ARN of the app instance request.
public CreateAppInstanceUserRequest withAppInstanceArn(String appInstanceArn)
The ARN of the app instance request.
appInstanceArn
- The ARN of the app instance request.public void setAppInstanceUserId(String appInstanceUserId)
The user ID of the app instance.
appInstanceUserId
- The user ID of the app instance.public String getAppInstanceUserId()
The user ID of the app instance.
public CreateAppInstanceUserRequest withAppInstanceUserId(String appInstanceUserId)
The user ID of the app instance.
appInstanceUserId
- The user ID of the app instance.public void setName(String name)
The user's name.
name
- The user's name.public String getName()
The user's name.
public CreateAppInstanceUserRequest withName(String name)
The user's name.
name
- The user's name.public void setMetadata(String metadata)
The request's metadata. Limited to a 1KB string in UTF-8.
metadata
- The request's metadata. Limited to a 1KB string in UTF-8.public String getMetadata()
The request's metadata. Limited to a 1KB string in UTF-8.
public CreateAppInstanceUserRequest withMetadata(String metadata)
The request's metadata. Limited to a 1KB string in UTF-8.
metadata
- The request's metadata. Limited to a 1KB string in UTF-8.public void setClientRequestToken(String clientRequestToken)
The token assigned to the user requesting an app instance.
clientRequestToken
- The token assigned to the user requesting an app instance.public String getClientRequestToken()
The token assigned to the user requesting an app instance.
public CreateAppInstanceUserRequest withClientRequestToken(String clientRequestToken)
The token assigned to the user requesting an app instance.
clientRequestToken
- The token assigned to the user requesting an app instance.public String toString()
toString
in class Object
Object.toString()
public CreateAppInstanceUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()