@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateQAppSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateQAppSessionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateQAppSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The unique identifier of the Amazon Q Business application environment instance.
|
String |
getSessionId()
The unique identifier of the Q App session to provide input for.
|
List<CardValue> |
getValues()
The input values to provide for the current state of the Q App session.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
void |
setSessionId(String sessionId)
The unique identifier of the Q App session to provide input for.
|
void |
setValues(Collection<CardValue> values)
The input values to provide for the current state of the Q App session.
|
String |
toString()
Returns a string representation of this object.
|
UpdateQAppSessionRequest |
withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
UpdateQAppSessionRequest |
withSessionId(String sessionId)
The unique identifier of the Q App session to provide input for.
|
UpdateQAppSessionRequest |
withValues(CardValue... values)
The input values to provide for the current state of the Q App session.
|
UpdateQAppSessionRequest |
withValues(Collection<CardValue> values)
The input values to provide for the current state of the Q App session.
|
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 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 UpdateQAppSessionRequest 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 setSessionId(String sessionId)
The unique identifier of the Q App session to provide input for.
sessionId
- The unique identifier of the Q App session to provide input for.public String getSessionId()
The unique identifier of the Q App session to provide input for.
public UpdateQAppSessionRequest withSessionId(String sessionId)
The unique identifier of the Q App session to provide input for.
sessionId
- The unique identifier of the Q App session to provide input for.public List<CardValue> getValues()
The input values to provide for the current state of the Q App session.
public void setValues(Collection<CardValue> values)
The input values to provide for the current state of the Q App session.
values
- The input values to provide for the current state of the Q App session.public UpdateQAppSessionRequest withValues(CardValue... values)
The input values to provide for the current state of the Q App session.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection)
or withValues(java.util.Collection)
if you want to override the
existing values.
values
- The input values to provide for the current state of the Q App session.public UpdateQAppSessionRequest withValues(Collection<CardValue> values)
The input values to provide for the current state of the Q App session.
values
- The input values to provide for the current state of the Q App session.public String toString()
toString
in class Object
Object.toString()
public UpdateQAppSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()