7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename GroupNameT = Aws::String>
45 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
46 template<
typename GroupNameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
70 template<
typename AwsAccountIdT = Aws::String>
71 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
72 template<
typename AwsAccountIdT = Aws::String>
82 template<
typename NamespaceT = Aws::String>
83 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
84 template<
typename NamespaceT = Aws::String>
90 bool m_groupNameHasBeenSet =
false;
93 bool m_descriptionHasBeenSet =
false;
96 bool m_awsAccountIdHasBeenSet =
false;
99 bool m_namespaceHasBeenSet =
false;
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool GroupNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetAwsAccountId() const
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNamespace() const
CreateGroupRequest & WithNamespace(NamespaceT &&value)
CreateGroupRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API CreateGroupRequest()=default
void SetGroupName(GroupNameT &&value)
bool AwsAccountIdHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateGroupRequest & WithGroupName(GroupNameT &&value)
bool NamespaceHasBeenSet() const
void SetNamespace(NamespaceT &&value)
const Aws::String & GetGroupName() const
CreateGroupRequest & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String