7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/GroupProfileStatus.h>
41 template <
typename DomainIdT = Aws::String>
43 m_domainIdHasBeenSet =
true;
44 m_domainId = std::forward<DomainIdT>(value);
46 template <
typename DomainIdT = Aws::String>
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
78 m_statusHasBeenSet =
true;
93 template <
typename GroupNameT = Aws::String>
95 m_groupNameHasBeenSet =
true;
96 m_groupName = std::forward<GroupNameT>(value);
98 template <
typename GroupNameT = Aws::String>
112 bool m_domainIdHasBeenSet =
false;
113 bool m_idHasBeenSet =
false;
114 bool m_statusHasBeenSet =
false;
115 bool m_groupNameHasBeenSet =
false;
void SetStatus(GroupProfileStatus value)
AWS_DATAZONE_API GroupProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API GroupProfileSummary()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetGroupName() const
GroupProfileSummary & WithDomainId(DomainIdT &&value)
bool DomainIdHasBeenSet() const
const Aws::String & GetDomainId() const
bool IdHasBeenSet() const
GroupProfileSummary & WithGroupName(GroupNameT &&value)
void SetGroupName(GroupNameT &&value)
const Aws::String & GetId() const
GroupProfileStatus GetStatus() const
bool GroupNameHasBeenSet() const
AWS_DATAZONE_API GroupProfileSummary(Aws::Utils::Json::JsonView jsonValue)
GroupProfileSummary & WithId(IdT &&value)
void SetDomainId(DomainIdT &&value)
bool StatusHasBeenSet() const
GroupProfileSummary & WithStatus(GroupProfileStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue