@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSessionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssistantId()
The identifier of the Amazon Q in Connect assistant.
|
String |
getDescription()
The description.
|
String |
getSessionId()
The identifier of the session.
|
TagFilter |
getTagFilter()
An object that can be used to specify Tag conditions.
|
int |
hashCode() |
void |
setAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
|
void |
setDescription(String description)
The description.
|
void |
setSessionId(String sessionId)
The identifier of the session.
|
void |
setTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSessionRequest |
withAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
|
UpdateSessionRequest |
withDescription(String description)
The description.
|
UpdateSessionRequest |
withSessionId(String sessionId)
The identifier of the session.
|
UpdateSessionRequest |
withTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
|
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 setAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId
- The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain
the ARN.public String getAssistantId()
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
public UpdateSessionRequest withAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId
- The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain
the ARN.public void setDescription(String description)
The description.
description
- The description.public String getDescription()
The description.
public UpdateSessionRequest withDescription(String description)
The description.
description
- The description.public void setSessionId(String sessionId)
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
sessionId
- The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.public String getSessionId()
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
public UpdateSessionRequest withSessionId(String sessionId)
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
sessionId
- The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.public void setTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
tagFilter
- An object that can be used to specify Tag conditions.public TagFilter getTagFilter()
An object that can be used to specify Tag conditions.
public UpdateSessionRequest withTagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
tagFilter
- An object that can be used to specify Tag conditions.public String toString()
toString
in class Object
Object.toString()
public UpdateSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()