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
45 template<
typename UserPoolIdT = Aws::String>
46 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
47 template<
typename UserPoolIdT = Aws::String>
61 template<
typename UsernameT = Aws::String>
62 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
63 template<
typename UsernameT = Aws::String>
74 template<
typename EventIdT = Aws::String>
75 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
76 template<
typename EventIdT = Aws::String>
98 bool m_userPoolIdHasBeenSet =
false;
101 bool m_usernameHasBeenSet =
false;
104 bool m_eventIdHasBeenSet =
false;
107 bool m_feedbackValueHasBeenSet =
false;
const Aws::String & GetUsername() const
bool UserPoolIdHasBeenSet() const
bool EventIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetFeedbackValue(FeedbackValueType value)
const Aws::String & GetUserPoolId() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AdminUpdateAuthEventFeedbackRequest & WithUsername(UsernameT &&value)
FeedbackValueType GetFeedbackValue() const
AWS_COGNITOIDENTITYPROVIDER_API AdminUpdateAuthEventFeedbackRequest()=default
bool FeedbackValueHasBeenSet() const
void SetEventId(EventIdT &&value)
void SetUsername(UsernameT &&value)
AdminUpdateAuthEventFeedbackRequest & WithEventId(EventIdT &&value)
AdminUpdateAuthEventFeedbackRequest & WithFeedbackValue(FeedbackValueType value)
AdminUpdateAuthEventFeedbackRequest & WithUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
const Aws::String & GetEventId() const
void SetUserPoolId(UserPoolIdT &&value)
bool UsernameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String