@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAuthEventFeedbackRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<UpdateAuthEventFeedbackRequest.Builder,UpdateAuthEventFeedbackRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAuthEventFeedbackRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAuthEventFeedbackRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventId()
The event ID.
|
String |
feedbackToken()
The feedback token.
|
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 UpdateAuthEventFeedbackRequest.Builder> |
serializableBuilderClass() |
UpdateAuthEventFeedbackRequest.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 event ID.
public final String feedbackToken()
The feedback token.
public final FeedbackValueType feedbackValue()
The authentication event feedback value.
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().
FeedbackValueTypepublic final String feedbackValueAsString()
The authentication event feedback value.
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().
FeedbackValueTypepublic UpdateAuthEventFeedbackRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAuthEventFeedbackRequest.Builder,UpdateAuthEventFeedbackRequest>toBuilder in class CognitoIdentityProviderRequestpublic static UpdateAuthEventFeedbackRequest.Builder builder()
public static Class<? extends UpdateAuthEventFeedbackRequest.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 © 2022. All rights reserved.