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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IdentityStore
42 template<
typename GroupIdT = Aws::String>
43 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
44 template<
typename GroupIdT = Aws::String>
57 template<
typename DisplayNameT = Aws::String>
58 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
59 template<
typename DisplayNameT = Aws::String>
69 template<
typename ExternalIdsT = Aws::Vector<ExternalId>>
70 void SetExternalIds(ExternalIdsT&& value) { m_externalIdsHasBeenSet =
true; m_externalIds = std::forward<ExternalIdsT>(value); }
71 template<
typename ExternalIdsT = Aws::Vector<ExternalId>>
73 template<
typename ExternalIdsT = ExternalId>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
93 template<
typename IdentityStoreIdT = Aws::String>
94 void SetIdentityStoreId(IdentityStoreIdT&& value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId = std::forward<IdentityStoreIdT>(value); }
95 template<
typename IdentityStoreIdT = Aws::String>
102 template<
typename RequestIdT = Aws::String>
103 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
104 template<
typename RequestIdT = Aws::String>
110 bool m_groupIdHasBeenSet =
false;
113 bool m_displayNameHasBeenSet =
false;
116 bool m_externalIdsHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
122 bool m_identityStoreIdHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
void SetExternalIds(ExternalIdsT &&value)
DescribeGroupResult & WithDescription(DescriptionT &&value)
DescribeGroupResult & WithExternalIds(ExternalIdsT &&value)
DescribeGroupResult & WithGroupId(GroupIdT &&value)
void SetGroupId(GroupIdT &&value)
void SetDescription(DescriptionT &&value)
AWS_IDENTITYSTORE_API DescribeGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetIdentityStoreId() const
DescribeGroupResult & AddExternalIds(ExternalIdsT &&value)
DescribeGroupResult & WithRequestId(RequestIdT &&value)
DescribeGroupResult & WithIdentityStoreId(IdentityStoreIdT &&value)
void SetDisplayName(DisplayNameT &&value)
const Aws::Vector< ExternalId > & GetExternalIds() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
DescribeGroupResult & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetDisplayName() const
AWS_IDENTITYSTORE_API DescribeGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIdentityStoreId(IdentityStoreIdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetGroupId() const
AWS_IDENTITYSTORE_API DescribeGroupResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue