7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AwsAccountIdT = Aws::String>
43 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
44 template<
typename AwsAccountIdT = Aws::String>
54 template<
typename NamespaceT = Aws::String>
55 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
56 template<
typename NamespaceT = Aws::String>
62 bool m_awsAccountIdHasBeenSet =
false;
65 bool m_namespaceHasBeenSet =
false;
void SetNamespace(NamespaceT &&value)
DescribeNamespaceRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DescribeNamespaceRequest()=default
bool NamespaceHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
DescribeNamespaceRequest & WithNamespace(NamespaceT &&value)
const Aws::String & GetNamespace() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool AwsAccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String