7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename GroupNameT = Aws::String>
39 m_groupNameHasBeenSet =
true;
40 m_groupName = std::forward<GroupNameT>(value);
42 template <
typename GroupNameT = Aws::String>
55 template <
typename DescriptionT = Aws::String>
57 m_descriptionHasBeenSet =
true;
58 m_description = std::forward<DescriptionT>(value);
60 template <
typename DescriptionT = Aws::String>
75 template <
typename AwsAccountIdT = Aws::String>
77 m_awsAccountIdHasBeenSet =
true;
78 m_awsAccountId = std::forward<AwsAccountIdT>(value);
80 template <
typename AwsAccountIdT = Aws::String>
93 template <
typename NamespaceT = Aws::String>
95 m_namespaceHasBeenSet =
true;
96 m_namespace = std::forward<NamespaceT>(value);
98 template <
typename NamespaceT = Aws::String>
112 bool m_groupNameHasBeenSet =
false;
113 bool m_descriptionHasBeenSet =
false;
114 bool m_awsAccountIdHasBeenSet =
false;
115 bool m_namespaceHasBeenSet =
false;
const Aws::String & GetGroupName() const
void SetNamespace(NamespaceT &&value)
UpdateGroupRequest & WithDescription(DescriptionT &&value)
AWS_QUICKSIGHT_API UpdateGroupRequest()=default
bool NamespaceHasBeenSet() const
void SetGroupName(GroupNameT &&value)
void SetDescription(DescriptionT &&value)
UpdateGroupRequest & WithNamespace(NamespaceT &&value)
const Aws::String & GetNamespace() const
const Aws::String & GetAwsAccountId() const
UpdateGroupRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
bool GroupNameHasBeenSet() const
const Aws::String & GetDescription() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateGroupRequest & WithGroupName(GroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String