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
43 template<
typename GroupNameT = Aws::String>
44 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
45 template<
typename GroupNameT = Aws::String>
55 template<
typename UserPoolIdT = Aws::String>
56 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
57 template<
typename UserPoolIdT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
85 template<
typename RoleArnT = Aws::String>
86 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
87 template<
typename RoleArnT = Aws::String>
111 inline void SetPrecedence(
int value) { m_precedenceHasBeenSet =
true; m_precedence = value; }
117 bool m_groupNameHasBeenSet =
false;
120 bool m_userPoolIdHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
126 bool m_roleArnHasBeenSet =
false;
129 bool m_precedenceHasBeenSet =
false;
CreateGroupRequest & WithRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
void SetGroupName(GroupNameT &&value)
bool UserPoolIdHasBeenSet() const
void SetPrecedence(int value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
CreateGroupRequest & WithGroupName(GroupNameT &&value)
const Aws::String & GetUserPoolId() const
bool PrecedenceHasBeenSet() const
CreateGroupRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetRoleArn(RoleArnT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
const Aws::String & GetGroupName() const
void SetUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateGroupRequest & WithUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API CreateGroupRequest()=default
int GetPrecedence() const
const Aws::String & GetRoleArn() const
CreateGroupRequest & WithPrecedence(int value)
void SetDescription(DescriptionT &&value)
bool GroupNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String