7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cognito-idp/model/FeedbackValueType.h>
15namespace CognitoIdentityProvider
44 template<
typename UserPoolIdT = Aws::String>
45 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
46 template<
typename UserPoolIdT = Aws::String>
60 template<
typename UsernameT = Aws::String>
61 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
62 template<
typename UsernameT = Aws::String>
72 template<
typename EventIdT = Aws::String>
73 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
74 template<
typename EventIdT = Aws::String>
85 template<
typename FeedbackTokenT = Aws::String>
86 void SetFeedbackToken(FeedbackTokenT&& value) { m_feedbackTokenHasBeenSet =
true; m_feedbackToken = std::forward<FeedbackTokenT>(value); }
87 template<
typename FeedbackTokenT = Aws::String>
109 bool m_userPoolIdHasBeenSet =
false;
112 bool m_usernameHasBeenSet =
false;
115 bool m_eventIdHasBeenSet =
false;
118 bool m_feedbackTokenHasBeenSet =
false;
121 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