@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventFeedbackType extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the event feedback type.
| Constructor and Description |
|---|
EventFeedbackType() |
| Modifier and Type | Method and Description |
|---|---|
EventFeedbackType |
clone() |
boolean |
equals(Object obj) |
Date |
getFeedbackDate()
The event feedback date.
|
String |
getFeedbackValue()
The authentication event feedback value.
|
String |
getProvider()
The provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFeedbackDate(Date feedbackDate)
The event feedback date.
|
void |
setFeedbackValue(String feedbackValue)
The authentication event feedback value.
|
void |
setProvider(String provider)
The provider.
|
String |
toString()
Returns a string representation of this object.
|
EventFeedbackType |
withFeedbackDate(Date feedbackDate)
The event feedback date.
|
EventFeedbackType |
withFeedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
EventFeedbackType |
withFeedbackValue(String feedbackValue)
The authentication event feedback value.
|
EventFeedbackType |
withProvider(String provider)
The provider.
|
public void setFeedbackValue(String feedbackValue)
The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some
level of risk. When you provide a FeedbackValue value of invalid, you tell Amazon
Cognito that you don't trust a user session, or you don't believe that Amazon Cognito evaluated a high-enough
risk level.
feedbackValue - The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has
evaluated some level of risk. When you provide a FeedbackValue value of invalid,
you tell Amazon Cognito that you don't trust a user session, or you don't believe that Amazon Cognito
evaluated a high-enough risk level.FeedbackValueTypepublic String getFeedbackValue()
The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some
level of risk. When you provide a FeedbackValue value of invalid, you tell Amazon
Cognito that you don't trust a user session, or you don't believe that Amazon Cognito evaluated a high-enough
risk level.
FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has
evaluated some level of risk. When you provide a FeedbackValue value of invalid
, you tell Amazon Cognito that you don't trust a user session, or you don't believe that Amazon Cognito
evaluated a high-enough risk level.FeedbackValueTypepublic EventFeedbackType withFeedbackValue(String feedbackValue)
The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some
level of risk. When you provide a FeedbackValue value of invalid, you tell Amazon
Cognito that you don't trust a user session, or you don't believe that Amazon Cognito evaluated a high-enough
risk level.
feedbackValue - The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has
evaluated some level of risk. When you provide a FeedbackValue value of invalid,
you tell Amazon Cognito that you don't trust a user session, or you don't believe that Amazon Cognito
evaluated a high-enough risk level.FeedbackValueTypepublic EventFeedbackType withFeedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some
level of risk. When you provide a FeedbackValue value of invalid, you tell Amazon
Cognito that you don't trust a user session, or you don't believe that Amazon Cognito evaluated a high-enough
risk level.
feedbackValue - The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has
evaluated some level of risk. When you provide a FeedbackValue value of invalid,
you tell Amazon Cognito that you don't trust a user session, or you don't believe that Amazon Cognito
evaluated a high-enough risk level.FeedbackValueTypepublic void setProvider(String provider)
The provider.
provider - The provider.public String getProvider()
The provider.
public EventFeedbackType withProvider(String provider)
The provider.
provider - The provider.public void setFeedbackDate(Date feedbackDate)
The event feedback date.
feedbackDate - The event feedback date.public Date getFeedbackDate()
The event feedback date.
public EventFeedbackType withFeedbackDate(Date feedbackDate)
The event feedback date.
feedbackDate - The event feedback date.public String toString()
toString in class ObjectObject.toString()public EventFeedbackType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.