@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 String userPoolId()
The user pool ID.
public String username()
The user pool username.
public String eventId()
The authentication event ID.
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 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 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.