7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/GroupProfileStatus.h>
47 template<
typename DomainIdT = Aws::String>
48 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
49 template<
typename DomainIdT = Aws::String>
59 template<
typename GroupNameT = Aws::String>
60 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
61 template<
typename GroupNameT = Aws::String>
71 template<
typename IdT = Aws::String>
72 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
73 template<
typename IdT = Aws::String>
89 bool m_domainIdHasBeenSet =
false;
92 bool m_groupNameHasBeenSet =
false;
95 bool m_idHasBeenSet =
false;
98 bool m_statusHasBeenSet =
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