7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
30 AWS_QUICKSIGHT_API
Group() =
default;
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename GroupNameT = Aws::String>
61 m_groupNameHasBeenSet =
true;
62 m_groupName = std::forward<GroupNameT>(value);
64 template <
typename GroupNameT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename PrincipalIdT = Aws::String>
97 m_principalIdHasBeenSet =
true;
98 m_principalId = std::forward<PrincipalIdT>(value);
100 template <
typename PrincipalIdT = Aws::String>
114 bool m_arnHasBeenSet =
false;
115 bool m_groupNameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
117 bool m_principalIdHasBeenSet =
false;
const Aws::String & GetDescription() const
const Aws::String & GetPrincipalId() const
bool DescriptionHasBeenSet() const
void SetGroupName(GroupNameT &&value)
Group & WithGroupName(GroupNameT &&value)
bool ArnHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Group & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetPrincipalId(PrincipalIdT &&value)
AWS_QUICKSIGHT_API Group()=default
void SetArn(ArnT &&value)
Group & WithArn(ArnT &&value)
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API Group & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Group(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGroupName() const
Group & WithPrincipalId(PrincipalIdT &&value)
bool GroupNameHasBeenSet() const
bool PrincipalIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue