7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
59 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
73 inline void SetNamespace(
const char* value) { m_namespaceHasBeenSet =
true; m_namespace.assign(value); }
81 bool m_userNameHasBeenSet =
false;
84 bool m_awsAccountIdHasBeenSet =
false;
87 bool m_namespaceHasBeenSet =
false;
bool UserNameHasBeenSet() const
bool NamespaceHasBeenSet() const
void SetNamespace(Aws::String &&value)
DescribeUserRequest & WithNamespace(const Aws::String &value)
DescribeUserRequest & WithAwsAccountId(const char *value)
const Aws::String & GetAwsAccountId() const
void SetUserName(const char *value)
void SetAwsAccountId(const char *value)
void SetUserName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DescribeUserRequest & WithNamespace(const char *value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API DescribeUserRequest()
void SetNamespace(const char *value)
DescribeUserRequest & WithUserName(Aws::String &&value)
DescribeUserRequest & WithNamespace(Aws::String &&value)
const Aws::String & GetUserName() const
const Aws::String & GetNamespace() const
DescribeUserRequest & WithUserName(const Aws::String &value)
bool AwsAccountIdHasBeenSet() const
DescribeUserRequest & WithUserName(const char *value)
void SetNamespace(const Aws::String &value)
DescribeUserRequest & WithAwsAccountId(const Aws::String &value)
void SetAwsAccountId(const Aws::String &value)
DescribeUserRequest & WithAwsAccountId(Aws::String &&value)
void SetAwsAccountId(Aws::String &&value)
void SetUserName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String