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>
57 template <
typename AwsAccountIdT = Aws::String>
59 m_awsAccountIdHasBeenSet =
true;
60 m_awsAccountId = std::forward<AwsAccountIdT>(value);
62 template <
typename AwsAccountIdT = Aws::String>
75 template <
typename NamespaceT = Aws::String>
77 m_namespaceHasBeenSet =
true;
78 m_namespace = std::forward<NamespaceT>(value);
80 template <
typename NamespaceT = Aws::String>
92 bool m_userNameHasBeenSet =
false;
93 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_namespaceHasBeenSet =
false;
DeleteUserRequest & WithUserName(UserNameT &&value)
void SetUserName(UserNameT &&value)
bool NamespaceHasBeenSet() const
const Aws::String & GetNamespace() const
DeleteUserRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
bool UserNameHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DeleteUserRequest & WithNamespace(NamespaceT &&value)
void SetNamespace(NamespaceT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DeleteUserRequest()=default
const Aws::String & GetUserName() const
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String