@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserContextDataType extends Object implements Serializable, Cloneable, StructuredPojo
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.
| Constructor and Description |
|---|
UserContextDataType() |
| Modifier and Type | Method and Description |
|---|---|
UserContextDataType |
clone() |
boolean |
equals(Object obj) |
String |
getEncodedData()
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an
unexpected event by Amazon Cognito advanced security.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEncodedData(String encodedData)
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an
unexpected event by Amazon Cognito advanced security.
|
String |
toString()
Returns a string representation of this object.
|
UserContextDataType |
withEncodedData(String encodedData)
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an
unexpected event by Amazon Cognito advanced security.
|
public void setEncodedData(String encodedData)
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.
encodedData - Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the
risk of an unexpected event by Amazon Cognito advanced security.public String getEncodedData()
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.
public UserContextDataType withEncodedData(String encodedData)
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.
encodedData - Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the
risk of an unexpected event by Amazon Cognito advanced security.public String toString()
toString in class ObjectObject.toString()public UserContextDataType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.