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 UserNameT = Aws::String>
42 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
43 template<
typename UserNameT = 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_userNameHasBeenSet =
false;
78 bool m_awsAccountIdHasBeenSet =
false;
81 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