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>
63 bool m_groupNameHasBeenSet =
false;
66 bool m_userPoolIdHasBeenSet =
false;
const Aws::String & GetUserPoolId() const
GetGroupRequest & WithUserPoolId(UserPoolIdT &&value)
bool GroupNameHasBeenSet() const
void SetGroupName(GroupNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
bool UserPoolIdHasBeenSet() const
GetGroupRequest & WithGroupName(GroupNameT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetUserPoolId(UserPoolIdT &&value)
const Aws::String & GetGroupName() const
AWS_COGNITOIDENTITYPROVIDER_API GetGroupRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String