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>
95 template <
typename RoleArnT = Aws::String>
97 m_roleArnHasBeenSet =
true;
98 m_roleArn = std::forward<RoleArnT>(value);
100 template <
typename RoleArnT = Aws::String>
128 m_precedenceHasBeenSet =
true;
129 m_precedence = value;
146 bool m_groupNameHasBeenSet =
false;
147 bool m_userPoolIdHasBeenSet =
false;
148 bool m_descriptionHasBeenSet =
false;
149 bool m_roleArnHasBeenSet =
false;
150 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