@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 String userPoolId()
The user pool ID.
public String username()
The user pool username.
public String eventId()
The event ID.
public String feedbackToken()
The feedback token.
public 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.