7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace IdentityStore
40 template<
typename GroupIdT = Aws::String>
41 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
42 template<
typename GroupIdT = Aws::String>
51 template<
typename IdentityStoreIdT = Aws::String>
52 void SetIdentityStoreId(IdentityStoreIdT&& value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId = std::forward<IdentityStoreIdT>(value); }
53 template<
typename IdentityStoreIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_groupIdHasBeenSet =
false;
71 bool m_identityStoreIdHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetGroupId() const
AWS_IDENTITYSTORE_API CreateGroupResult()=default
const Aws::String & GetIdentityStoreId() const
void SetRequestId(RequestIdT &&value)
CreateGroupResult & WithIdentityStoreId(IdentityStoreIdT &&value)
AWS_IDENTITYSTORE_API CreateGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateGroupResult & WithRequestId(RequestIdT &&value)
void SetIdentityStoreId(IdentityStoreIdT &&value)
const Aws::String & GetRequestId() const
CreateGroupResult & WithGroupId(GroupIdT &&value)
AWS_IDENTITYSTORE_API CreateGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGroupId(GroupIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue