@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateQAppWithUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
AssociateQAppWithUserRequest () |
| Modifier and Type | Method and Description |
|---|---|
AssociateQAppWithUserRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getAppId ()
The ID of the Amazon Q App to associate with the user.
|
String |
getInstanceId ()
The unique identifier of the Amazon Q Business application environment instance.
|
int |
hashCode () |
void |
setAppId (String appId)
The ID of the Amazon Q App to associate with the user.
|
void |
setInstanceId (String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
String |
toString ()
Returns a string representation of this object.
|
AssociateQAppWithUserRequest |
withAppId (String appId)
The ID of the Amazon Q App to associate with the user.
|
AssociateQAppWithUserRequest |
withInstanceId (String instanceId)
The unique identifier of the Amazon Q Business application environment 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 AssociateQAppWithUserRequest()
public void setInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
instanceId - The unique identifier of the Amazon Q Business application environment instance.public String getInstanceId()
The unique identifier of the Amazon Q Business application environment instance.
public AssociateQAppWithUserRequest withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
instanceId - The unique identifier of the Amazon Q Business application environment instance.public void setAppId(String appId)
The ID of the Amazon Q App to associate with the user.
appId - The ID of the Amazon Q App to associate with the user.public String getAppId()
The ID of the Amazon Q App to associate with the user.
public AssociateQAppWithUserRequest withAppId(String appId)
The ID of the Amazon Q App to associate with the user.
appId - The ID of the Amazon Q App to associate with the user.public String toString()
toString in class Object Object.toString() public AssociateQAppWithUserRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()