7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace 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 GroupNameT = Aws::String>
73 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
74 template<
typename GroupNameT = Aws::String>
80 bool m_userPoolIdHasBeenSet =
false;
83 bool m_usernameHasBeenSet =
false;
86 bool m_groupNameHasBeenSet =
false;
const Aws::String & GetUsername() const
AWS_COGNITOIDENTITYPROVIDER_API AdminAddUserToGroupRequest()=default
const Aws::String & GetGroupName() const
bool UsernameHasBeenSet() const
bool UserPoolIdHasBeenSet() const
AdminAddUserToGroupRequest & WithGroupName(GroupNameT &&value)
AdminAddUserToGroupRequest & WithUserPoolId(UserPoolIdT &&value)
void SetGroupName(GroupNameT &&value)
bool GroupNameHasBeenSet() const
const Aws::String & GetUserPoolId() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AdminAddUserToGroupRequest & WithUsername(UsernameT &&value)
void SetUserPoolId(UserPoolIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetUsername(UsernameT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String