7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
36 AWS_QUICKSIGHT_API
Group() =
default;
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename GroupNameT = Aws::String>
61 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
62 template<
typename GroupNameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename PrincipalIdT = Aws::String>
85 void SetPrincipalId(PrincipalIdT&& value) { m_principalIdHasBeenSet =
true; m_principalId = std::forward<PrincipalIdT>(value); }
86 template<
typename PrincipalIdT = Aws::String>
92 bool m_arnHasBeenSet =
false;
95 bool m_groupNameHasBeenSet =
false;
98 bool m_descriptionHasBeenSet =
false;
101 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