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 UserNameT = Aws::String>
39 m_userNameHasBeenSet =
true;
40 m_userName = std::forward<UserNameT>(value);
42 template <
typename UserNameT = Aws::String>
56 template <
typename AwsAccountIdT = Aws::String>
58 m_awsAccountIdHasBeenSet =
true;
59 m_awsAccountId = std::forward<AwsAccountIdT>(value);
61 template <
typename AwsAccountIdT = Aws::String>
74 template <
typename NamespaceT = Aws::String>
76 m_namespaceHasBeenSet =
true;
77 m_namespace = std::forward<NamespaceT>(value);
79 template <
typename NamespaceT = Aws::String>
91 bool m_userNameHasBeenSet =
false;
92 bool m_awsAccountIdHasBeenSet =
false;
93 bool m_namespaceHasBeenSet =
false;
void SetNamespace(NamespaceT &&value)
DeleteUserCustomPermissionRequest & WithNamespace(NamespaceT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetNamespace() const
AWS_QUICKSIGHT_API DeleteUserCustomPermissionRequest()=default
DeleteUserCustomPermissionRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetUserName(UserNameT &&value)
bool NamespaceHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetUserName() const
bool UserNameHasBeenSet() const
DeleteUserCustomPermissionRequest & WithUserName(UserNameT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String