@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluateSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
EvaluateSessionRequest() |
Modifier and Type | Method and Description |
---|---|
EvaluateSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The identifier of the domain where the session started.
|
String |
getSessionNameOrId()
The session identifier, or name of the session, that you want to evaluate.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The identifier of the domain where the session started.
|
void |
setSessionNameOrId(String sessionNameOrId)
The session identifier, or name of the session, that you want to evaluate.
|
String |
toString()
Returns a string representation of this object.
|
EvaluateSessionRequest |
withDomainId(String domainId)
The identifier of the domain where the session started.
|
EvaluateSessionRequest |
withSessionNameOrId(String sessionNameOrId)
The session identifier, or name of the session, that you want to evaluate.
|
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 setDomainId(String domainId)
The identifier of the domain where the session started.
domainId
- The identifier of the domain where the session started.public String getDomainId()
The identifier of the domain where the session started.
public EvaluateSessionRequest withDomainId(String domainId)
The identifier of the domain where the session started.
domainId
- The identifier of the domain where the session started.public void setSessionNameOrId(String sessionNameOrId)
The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this is the Contact-Id.
sessionNameOrId
- The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this
is the Contact-Id.public String getSessionNameOrId()
The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this is the Contact-Id.
public EvaluateSessionRequest withSessionNameOrId(String sessionNameOrId)
The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this is the Contact-Id.
sessionNameOrId
- The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this
is the Contact-Id.public String toString()
toString
in class Object
Object.toString()
public EvaluateSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()