@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppInstanceUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAppInstanceUserRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAppInstanceUserRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppInstanceUserArn()
The ARN of the
AppInstanceUser . |
String |
getMetadata()
The metadata of the
AppInstanceUser . |
String |
getName()
The name of the
AppInstanceUser . |
int |
hashCode() |
void |
setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser . |
void |
setMetadata(String metadata)
The metadata of the
AppInstanceUser . |
void |
setName(String name)
The name of the
AppInstanceUser . |
String |
toString()
Returns a string representation of this object.
|
UpdateAppInstanceUserRequest |
withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser . |
UpdateAppInstanceUserRequest |
withMetadata(String metadata)
The metadata of the
AppInstanceUser . |
UpdateAppInstanceUserRequest |
withName(String name)
The name of the
AppInstanceUser . |
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 setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser
.
appInstanceUserArn
- The ARN of the AppInstanceUser
.public String getAppInstanceUserArn()
The ARN of the AppInstanceUser
.
AppInstanceUser
.public UpdateAppInstanceUserRequest withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser
.
appInstanceUserArn
- The ARN of the AppInstanceUser
.public void setName(String name)
The name of the AppInstanceUser
.
name
- The name of the AppInstanceUser
.public String getName()
The name of the AppInstanceUser
.
AppInstanceUser
.public UpdateAppInstanceUserRequest withName(String name)
The name of the AppInstanceUser
.
name
- The name of the AppInstanceUser
.public void setMetadata(String metadata)
The metadata of the AppInstanceUser
.
metadata
- The metadata of the AppInstanceUser
.public String getMetadata()
The metadata of the AppInstanceUser
.
AppInstanceUser
.public UpdateAppInstanceUserRequest withMetadata(String metadata)
The metadata of the AppInstanceUser
.
metadata
- The metadata of the AppInstanceUser
.public String toString()
toString
in class Object
Object.toString()
public UpdateAppInstanceUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()