@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminUpdateAuthEventFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AdminUpdateAuthEventFeedbackRequest() |
| Modifier and Type | Method and Description |
|---|---|
AdminUpdateAuthEventFeedbackRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEventId()
The authentication event ID.
|
String |
getFeedbackValue()
The authentication event feedback value.
|
String |
getUsername()
The user pool username.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setEventId(String eventId)
The authentication event ID.
|
void |
setFeedbackValue(String feedbackValue)
The authentication event feedback value.
|
void |
setUsername(String username)
The user pool username.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object.
|
AdminUpdateAuthEventFeedbackRequest |
withEventId(String eventId)
The authentication event ID.
|
AdminUpdateAuthEventFeedbackRequest |
withFeedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
AdminUpdateAuthEventFeedbackRequest |
withFeedbackValue(String feedbackValue)
The authentication event feedback value.
|
AdminUpdateAuthEventFeedbackRequest |
withUsername(String username)
The user pool username.
|
AdminUpdateAuthEventFeedbackRequest |
withUserPoolId(String userPoolId)
The user pool ID.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setUserPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.public String getUserPoolId()
The user pool ID.
public AdminUpdateAuthEventFeedbackRequest withUserPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.public void setUsername(String username)
The user pool username.
username - The user pool username.public String getUsername()
The user pool username.
public AdminUpdateAuthEventFeedbackRequest withUsername(String username)
The user pool username.
username - The user pool username.public void setEventId(String eventId)
The authentication event ID.
eventId - The authentication event ID.public String getEventId()
The authentication event ID.
public AdminUpdateAuthEventFeedbackRequest withEventId(String eventId)
The authentication event ID.
eventId - The authentication event ID.public void setFeedbackValue(String feedbackValue)
The authentication event feedback value.
feedbackValue - The authentication event feedback value.FeedbackValueTypepublic String getFeedbackValue()
The authentication event feedback value.
FeedbackValueTypepublic AdminUpdateAuthEventFeedbackRequest withFeedbackValue(String feedbackValue)
The authentication event feedback value.
feedbackValue - The authentication event feedback value.FeedbackValueTypepublic AdminUpdateAuthEventFeedbackRequest withFeedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
feedbackValue - The authentication event feedback value.FeedbackValueTypepublic String toString()
toString in class ObjectObject.toString()public AdminUpdateAuthEventFeedbackRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.