7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename GroupNameT = Aws::String>
42 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
43 template<
typename GroupNameT = Aws::String>
53 template<
typename DescriptionT = Aws::String>
54 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
55 template<
typename DescriptionT = Aws::String>
67 template<
typename AwsAccountIdT = Aws::String>
68 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
69 template<
typename AwsAccountIdT = Aws::String>
79 template<
typename NamespaceT = Aws::String>
80 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
81 template<
typename NamespaceT = Aws::String>
87 bool m_groupNameHasBeenSet =
false;
90 bool m_descriptionHasBeenSet =
false;
93 bool m_awsAccountIdHasBeenSet =
false;
96 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