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
37 AWS_IDENTITYSTORE_API
Group() =
default;
49 template<
typename GroupIdT = Aws::String>
50 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
51 template<
typename GroupIdT = Aws::String>
65 template<
typename DisplayNameT = Aws::String>
66 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
67 template<
typename DisplayNameT = Aws::String>
78 template<
typename ExternalIdsT = Aws::Vector<ExternalId>>
79 void SetExternalIds(ExternalIdsT&& value) { m_externalIdsHasBeenSet =
true; m_externalIds = std::forward<ExternalIdsT>(value); }
80 template<
typename ExternalIdsT = Aws::Vector<ExternalId>>
82 template<
typename ExternalIdsT = ExternalId>
83 Group&
AddExternalIds(ExternalIdsT&& value) { m_externalIdsHasBeenSet =
true; m_externalIds.emplace_back(std::forward<ExternalIdsT>(value));
return *
this; }
92 template<
typename DescriptionT = Aws::String>
93 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
94 template<
typename DescriptionT = Aws::String>
104 template<
typename IdentityStoreIdT = Aws::String>
105 void SetIdentityStoreId(IdentityStoreIdT&& value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId = std::forward<IdentityStoreIdT>(value); }
106 template<
typename IdentityStoreIdT = Aws::String>
112 bool m_groupIdHasBeenSet =
false;
115 bool m_displayNameHasBeenSet =
false;
118 bool m_externalIdsHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_identityStoreIdHasBeenSet =
false;
Group & AddExternalIds(ExternalIdsT &&value)
const Aws::String & GetDisplayName() const
AWS_IDENTITYSTORE_API Group(Aws::Utils::Json::JsonView jsonValue)
bool ExternalIdsHasBeenSet() const
bool DescriptionHasBeenSet() const
Group & WithDescription(DescriptionT &&value)
bool IdentityStoreIdHasBeenSet() const
Group & WithIdentityStoreId(IdentityStoreIdT &&value)
AWS_IDENTITYSTORE_API Group()=default
void SetDisplayName(DisplayNameT &&value)
Group & WithExternalIds(ExternalIdsT &&value)
const Aws::String & GetIdentityStoreId() const
void SetIdentityStoreId(IdentityStoreIdT &&value)
const Aws::Vector< ExternalId > & GetExternalIds() const
void SetExternalIds(ExternalIdsT &&value)
Group & WithGroupId(GroupIdT &&value)
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroupId(GroupIdT &&value)
AWS_IDENTITYSTORE_API Group & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DisplayNameHasBeenSet() const
bool GroupIdHasBeenSet() const
Group & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetGroupId() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue