7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename GroupNameT = Aws::String>
42 m_groupNameHasBeenSet =
true;
43 m_groupName = std::forward<GroupNameT>(value);
45 template <
typename GroupNameT = Aws::String>
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
78 template <
typename AwsAccountIdT = Aws::String>
80 m_awsAccountIdHasBeenSet =
true;
81 m_awsAccountId = std::forward<AwsAccountIdT>(value);
83 template <
typename AwsAccountIdT = Aws::String>
96 template <
typename NamespaceT = Aws::String>
98 m_namespaceHasBeenSet =
true;
99 m_namespace = std::forward<NamespaceT>(value);
101 template <
typename NamespaceT = Aws::String>
115 bool m_groupNameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
117 bool m_awsAccountIdHasBeenSet =
false;
118 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