7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/identitystore/model/ExternalId.h>
23namespace IdentityStore
51 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
69 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
98 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
112 inline void SetIdentityStoreId(
const char* value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId.assign(value); }
120 bool m_groupIdHasBeenSet =
false;
123 bool m_displayNameHasBeenSet =
false;
126 bool m_externalIdsHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
132 bool m_identityStoreIdHasBeenSet =
false;
Group & AddExternalIds(ExternalId &&value)
const Aws::String & GetDisplayName() const
AWS_IDENTITYSTORE_API Group(Aws::Utils::Json::JsonView jsonValue)
Group & WithDescription(const Aws::String &value)
bool ExternalIdsHasBeenSet() const
void SetIdentityStoreId(Aws::String &&value)
Group & WithDisplayName(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetGroupId(Aws::String &&value)
void SetGroupId(const Aws::String &value)
bool IdentityStoreIdHasBeenSet() const
Group & WithExternalIds(const Aws::Vector< ExternalId > &value)
Group & WithDescription(Aws::String &&value)
void SetExternalIds(const Aws::Vector< ExternalId > &value)
void SetGroupId(const char *value)
void SetDescription(Aws::String &&value)
void SetDisplayName(const char *value)
Group & WithGroupId(const Aws::String &value)
Group & WithIdentityStoreId(Aws::String &&value)
Group & WithGroupId(const char *value)
Group & WithIdentityStoreId(const Aws::String &value)
const Aws::String & GetIdentityStoreId() const
void SetDescription(const Aws::String &value)
void SetIdentityStoreId(const char *value)
void SetDescription(const char *value)
Group & WithDisplayName(const char *value)
const Aws::Vector< ExternalId > & GetExternalIds() const
Group & AddExternalIds(const ExternalId &value)
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IDENTITYSTORE_API Group()
Group & WithIdentityStoreId(const char *value)
Group & WithDisplayName(const Aws::String &value)
AWS_IDENTITYSTORE_API Group & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DisplayNameHasBeenSet() const
bool GroupIdHasBeenSet() const
void SetExternalIds(Aws::Vector< ExternalId > &&value)
const Aws::String & GetGroupId() const
void SetDisplayName(Aws::String &&value)
Group & WithExternalIds(Aws::Vector< ExternalId > &&value)
void SetIdentityStoreId(const Aws::String &value)
Group & WithDescription(const char *value)
Group & WithGroupId(Aws::String &&value)
const Aws::String & GetDescription() const
void SetDisplayName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue