@Generated(value="software.amazon.awssdk:codegen") public final class AdminUpdateAuthEventFeedbackRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<AdminUpdateAuthEventFeedbackRequest.Builder,AdminUpdateAuthEventFeedbackRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdminUpdateAuthEventFeedbackRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AdminUpdateAuthEventFeedbackRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventId()
The authentication event ID.
|
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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AdminUpdateAuthEventFeedbackRequest.Builder> |
serializableBuilderClass() |
AdminUpdateAuthEventFeedbackRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
The user pool username.
|
String |
userPoolId()
The user pool ID.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userPoolId()
The user pool ID.
public final String username()
The user pool username.
public final String eventId()
The authentication event ID.
public 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 AdminUpdateAuthEventFeedbackRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AdminUpdateAuthEventFeedbackRequest.Builder,AdminUpdateAuthEventFeedbackRequest>toBuilder in class CognitoIdentityProviderRequestpublic static AdminUpdateAuthEventFeedbackRequest.Builder builder()
public static Class<? extends AdminUpdateAuthEventFeedbackRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.