@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFaceLivenessSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFaceLivenessSessionResult() |
Modifier and Type | Method and Description |
---|---|
CreateFaceLivenessSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getSessionId()
A unique 128-bit UUID identifying a Face Liveness session.
|
int |
hashCode() |
void |
setSessionId(String sessionId)
A unique 128-bit UUID identifying a Face Liveness session.
|
String |
toString()
Returns a string representation of this object.
|
CreateFaceLivenessSessionResult |
withSessionId(String sessionId)
A unique 128-bit UUID identifying a Face Liveness session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSessionId(String sessionId)
A unique 128-bit UUID identifying a Face Liveness session.
sessionId
- A unique 128-bit UUID identifying a Face Liveness session.public String getSessionId()
A unique 128-bit UUID identifying a Face Liveness session.
public CreateFaceLivenessSessionResult withSessionId(String sessionId)
A unique 128-bit UUID identifying a Face Liveness session.
sessionId
- A unique 128-bit UUID identifying a Face Liveness session.public String toString()
toString
in class Object
Object.toString()
public CreateFaceLivenessSessionResult clone()