@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFaceLivenessSessionResultsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFaceLivenessSessionResultsRequest() |
Modifier and Type | Method and Description |
---|---|
GetFaceLivenessSessionResultsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSessionId()
A unique 128-bit UUID.
|
int |
hashCode() |
void |
setSessionId(String sessionId)
A unique 128-bit UUID.
|
String |
toString()
Returns a string representation of this object.
|
GetFaceLivenessSessionResultsRequest |
withSessionId(String sessionId)
A unique 128-bit UUID.
|
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 GetFaceLivenessSessionResultsRequest()
public void setSessionId(String sessionId)
A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token for all operations associated with the session.
sessionId
- A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token
for all operations associated with the session.public String getSessionId()
A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token for all operations associated with the session.
public GetFaceLivenessSessionResultsRequest withSessionId(String sessionId)
A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token for all operations associated with the session.
sessionId
- A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token
for all operations associated with the session.public String toString()
toString
in class Object
Object.toString()
public GetFaceLivenessSessionResultsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()