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>
81 template<
typename RoleArnT = Aws::String>
82 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
83 template<
typename RoleArnT = Aws::String>
107 inline void SetPrecedence(
int value) { m_precedenceHasBeenSet =
true; m_precedence = value; }
113 bool m_groupNameHasBeenSet =
false;
116 bool m_userPoolIdHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
122 bool m_roleArnHasBeenSet =
false;
125 bool m_precedenceHasBeenSet =
false;
UpdateGroupRequest & WithUserPoolId(UserPoolIdT &&value)
void SetGroupName(GroupNameT &&value)
void SetPrecedence(int value)
bool UserPoolIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
UpdateGroupRequest & WithGroupName(GroupNameT &&value)
UpdateGroupRequest & WithRoleArn(RoleArnT &&value)
UpdateGroupRequest & WithDescription(DescriptionT &&value)
bool RoleArnHasBeenSet() const
void SetUserPoolId(UserPoolIdT &&value)
const Aws::String & GetRoleArn() const
bool PrecedenceHasBeenSet() const
int GetPrecedence() const
const Aws::String & GetUserPoolId() const
virtual const char * GetServiceRequestName() const override
AWS_COGNITOIDENTITYPROVIDER_API UpdateGroupRequest()=default
void SetDescription(DescriptionT &&value)
UpdateGroupRequest & WithPrecedence(int value)
const Aws::String & GetDescription() const
void SetRoleArn(RoleArnT &&value)
bool DescriptionHasBeenSet() const
bool GroupNameHasBeenSet() const
const Aws::String & GetGroupName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String