@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAuthEventFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAuthEventFeedbackRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAuthEventFeedbackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventId()
The event ID.
|
String |
getFeedbackToken()
The feedback token.
|
String |
getFeedbackValue()
The authentication event feedback value.
|
String |
getUsername()
The username of the user that you want to query or modify.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setEventId(String eventId)
The event ID.
|
void |
setFeedbackToken(String feedbackToken)
The feedback token.
|
void |
setFeedbackValue(String feedbackValue)
The authentication event feedback value.
|
void |
setUsername(String username)
The username of the user that you want to query or modify.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAuthEventFeedbackRequest |
withEventId(String eventId)
The event ID.
|
UpdateAuthEventFeedbackRequest |
withFeedbackToken(String feedbackToken)
The feedback token.
|
UpdateAuthEventFeedbackRequest |
withFeedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
UpdateAuthEventFeedbackRequest |
withFeedbackValue(String feedbackValue)
The authentication event feedback value.
|
UpdateAuthEventFeedbackRequest |
withUsername(String username)
The username of the user that you want to query or modify.
|
UpdateAuthEventFeedbackRequest |
withUserPoolId(String userPoolId)
The user pool ID.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setUserPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.public String getUserPoolId()
The user pool ID.
public UpdateAuthEventFeedbackRequest withUserPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.public void setUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
- The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public String getUsername()
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public UpdateAuthEventFeedbackRequest withUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
- The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public void setEventId(String eventId)
The event ID.
eventId
- The event ID.public String getEventId()
The event ID.
public UpdateAuthEventFeedbackRequest withEventId(String eventId)
The event ID.
eventId
- The event ID.public void setFeedbackToken(String feedbackToken)
The feedback token.
feedbackToken
- The feedback token.public String getFeedbackToken()
The feedback token.
public UpdateAuthEventFeedbackRequest withFeedbackToken(String feedbackToken)
The feedback token.
feedbackToken
- The feedback token.public void setFeedbackValue(String 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.
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.FeedbackValueType
public String getFeedbackValue()
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.
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.FeedbackValueType
public UpdateAuthEventFeedbackRequest withFeedbackValue(String 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.
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.FeedbackValueType
public UpdateAuthEventFeedbackRequest withFeedbackValue(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.
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.FeedbackValueType
public String toString()
toString
in class Object
Object.toString()
public UpdateAuthEventFeedbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()