@Generated(value="software.amazon.awssdk:codegen") public final class EventFeedbackType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventFeedbackType.Builder,EventFeedbackType>
Specifies the event feedback type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventFeedbackType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventFeedbackType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
feedbackDate()
The event feedback date.
|
FeedbackValueType |
feedbackValue()
The authentication event feedback value.
|
String |
feedbackValueAsString()
The authentication event feedback value.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
provider()
The provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventFeedbackType.Builder> |
serializableBuilderClass() |
EventFeedbackType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, feedbackValue
will return FeedbackValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from feedbackValueAsString().
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 final String feedbackValueAsString()
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.
If the service returns an enum value that is not available in the current SDK version, feedbackValue
will return FeedbackValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from feedbackValueAsString().
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 final String provider()
The provider.
public final Instant feedbackDate()
The event feedback date.
public EventFeedbackType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventFeedbackType.Builder,EventFeedbackType>public static EventFeedbackType.Builder builder()
public static Class<? extends EventFeedbackType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.