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>
55 template<
typename AwsAccountIdT = Aws::String>
56 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
57 template<
typename AwsAccountIdT = Aws::String>
67 template<
typename NamespaceT = Aws::String>
68 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
69 template<
typename NamespaceT = Aws::String>
75 bool m_groupNameHasBeenSet =
false;
78 bool m_awsAccountIdHasBeenSet =
false;
81 bool m_namespaceHasBeenSet =
false;
bool GroupNameHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DeleteGroupRequest()=default
DeleteGroupRequest & WithNamespace(NamespaceT &&value)
void SetGroupName(GroupNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNamespace() const
DeleteGroupRequest & WithAwsAccountId(AwsAccountIdT &&value)
DeleteGroupRequest & WithGroupName(GroupNameT &&value)
bool AwsAccountIdHasBeenSet() const
void SetNamespace(NamespaceT &&value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool NamespaceHasBeenSet() const
const Aws::String & GetGroupName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String