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 template <
typename RolePrincipalArnT = Aws::String>
114 m_rolePrincipalArnHasBeenSet =
true;
115 m_rolePrincipalArn = std::forward<RolePrincipalArnT>(value);
117 template <
typename RolePrincipalArnT = Aws::String>
131 template <
typename RolePrincipalIdT = Aws::String>
133 m_rolePrincipalIdHasBeenSet =
true;
134 m_rolePrincipalId = std::forward<RolePrincipalIdT>(value);
136 template <
typename RolePrincipalIdT = Aws::String>
154 bool m_domainIdHasBeenSet =
false;
155 bool m_idHasBeenSet =
false;
156 bool m_statusHasBeenSet =
false;
157 bool m_groupNameHasBeenSet =
false;
158 bool m_rolePrincipalArnHasBeenSet =
false;
159 bool m_rolePrincipalIdHasBeenSet =
false;
void SetStatus(GroupProfileStatus value)
AWS_DATAZONE_API GroupProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRolePrincipalArn(RolePrincipalArnT &&value)
AWS_DATAZONE_API GroupProfileSummary()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetGroupName() const
GroupProfileSummary & WithDomainId(DomainIdT &&value)
const Aws::String & GetRolePrincipalArn() const
bool DomainIdHasBeenSet() const
const Aws::String & GetDomainId() const
void SetRolePrincipalId(RolePrincipalIdT &&value)
GroupProfileSummary & WithRolePrincipalArn(RolePrincipalArnT &&value)
bool RolePrincipalArnHasBeenSet() const
bool RolePrincipalIdHasBeenSet() const
GroupProfileSummary & WithRolePrincipalId(RolePrincipalIdT &&value)
bool IdHasBeenSet() const
GroupProfileSummary & WithGroupName(GroupNameT &&value)
const Aws::String & GetRolePrincipalId() const
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