7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentityProvider {
39 template <
typename GroupNameT = Aws::String>
41 m_groupNameHasBeenSet =
true;
42 m_groupName = std::forward<GroupNameT>(value);
44 template <
typename GroupNameT = Aws::String>
57 template <
typename UserPoolIdT = Aws::String>
59 m_userPoolIdHasBeenSet =
true;
60 m_userPoolId = std::forward<UserPoolIdT>(value);
62 template <
typename UserPoolIdT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
99 template <
typename RoleArnT = Aws::String>
101 m_roleArnHasBeenSet =
true;
102 m_roleArn = std::forward<RoleArnT>(value);
104 template <
typename RoleArnT = Aws::String>
132 m_precedenceHasBeenSet =
true;
133 m_precedence = value;
150 bool m_groupNameHasBeenSet =
false;
151 bool m_userPoolIdHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
153 bool m_roleArnHasBeenSet =
false;
154 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