7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/cognito-idp/model/FeedbackValueType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CognitoIdentityProvider {
40 template <
typename UserPoolIdT = Aws::String>
42 m_userPoolIdHasBeenSet =
true;
43 m_userPoolId = std::forward<UserPoolIdT>(value);
45 template <
typename UserPoolIdT = Aws::String>
62 template <
typename UsernameT = Aws::String>
64 m_usernameHasBeenSet =
true;
65 m_username = std::forward<UsernameT>(value);
67 template <
typename UsernameT = Aws::String>
80 template <
typename EventIdT = Aws::String>
82 m_eventIdHasBeenSet =
true;
83 m_eventId = std::forward<EventIdT>(value);
85 template <
typename EventIdT = Aws::String>
99 template <
typename FeedbackTokenT = Aws::String>
101 m_feedbackTokenHasBeenSet =
true;
102 m_feedbackToken = std::forward<FeedbackTokenT>(value);
104 template <
typename FeedbackTokenT = Aws::String>
124 m_feedbackValueHasBeenSet =
true;
125 m_feedbackValue = value;
142 bool m_userPoolIdHasBeenSet =
false;
143 bool m_usernameHasBeenSet =
false;
144 bool m_eventIdHasBeenSet =
false;
145 bool m_feedbackTokenHasBeenSet =
false;
146 bool m_feedbackValueHasBeenSet =
false;
const Aws::String & GetUsername() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
const Aws::String & GetFeedbackToken() const
bool FeedbackValueHasBeenSet() const
void SetFeedbackValue(FeedbackValueType value)
UpdateAuthEventFeedbackRequest & WithUsername(UsernameT &&value)
void SetUsername(UsernameT &&value)
bool FeedbackTokenHasBeenSet() const
UpdateAuthEventFeedbackRequest & WithUserPoolId(UserPoolIdT &&value)
void SetFeedbackToken(FeedbackTokenT &&value)
const Aws::String & GetEventId() const
void SetEventId(EventIdT &&value)
UpdateAuthEventFeedbackRequest & WithEventId(EventIdT &&value)
UpdateAuthEventFeedbackRequest & WithFeedbackValue(FeedbackValueType value)
UpdateAuthEventFeedbackRequest & WithFeedbackToken(FeedbackTokenT &&value)
bool UserPoolIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetUserPoolId() const
bool EventIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API UpdateAuthEventFeedbackRequest()=default
void SetUserPoolId(UserPoolIdT &&value)
FeedbackValueType GetFeedbackValue() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool UsernameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String