7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/identitystore/IdentityStoreRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace IdentityStore
43 template<
typename IdentityStoreIdT = Aws::String>
44 void SetIdentityStoreId(IdentityStoreIdT&& value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId = std::forward<IdentityStoreIdT>(value); }
45 template<
typename IdentityStoreIdT = Aws::String>
58 template<
typename DisplayNameT = Aws::String>
59 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
60 template<
typename DisplayNameT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
78 bool m_identityStoreIdHasBeenSet =
false;
81 bool m_displayNameHasBeenSet =
false;
84 bool m_descriptionHasBeenSet =
false;
bool DisplayNameHasBeenSet() const
CreateGroupRequest & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
AWS_IDENTITYSTORE_API Aws::String SerializePayload() const override
void SetIdentityStoreId(IdentityStoreIdT &&value)
const Aws::String & GetIdentityStoreId() const
CreateGroupRequest & WithDescription(DescriptionT &&value)
void SetDisplayName(DisplayNameT &&value)
bool DescriptionHasBeenSet() const
bool IdentityStoreIdHasBeenSet() const
AWS_IDENTITYSTORE_API CreateGroupRequest()=default
AWS_IDENTITYSTORE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateGroupRequest & WithIdentityStoreId(IdentityStoreIdT &&value)
const Aws::String & GetDisplayName() const
void SetDescription(DescriptionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String