7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/model/GroupType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CognitoIdentityProvider
42 template<
typename GroupT = GroupType>
43 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
44 template<
typename GroupT = GroupType>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_groupHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API GetGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COGNITOIDENTITYPROVIDER_API GetGroupResult()=default
void SetGroup(GroupT &&value)
GetGroupResult & WithGroup(GroupT &&value)
GetGroupResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const GroupType & GetGroup() const
AWS_COGNITOIDENTITYPROVIDER_API GetGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue