7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/IdentityStore.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/quicksight/model/Tag.h>
45 template<
typename AwsAccountIdT = Aws::String>
46 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
47 template<
typename AwsAccountIdT = Aws::String>
57 template<
typename NamespaceT = Aws::String>
58 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
59 template<
typename NamespaceT = Aws::String>
81 template<
typename TagsT = Aws::Vector<Tag>>
82 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
83 template<
typename TagsT = Aws::Vector<Tag>>
85 template<
typename TagsT = Tag>
91 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_namespaceHasBeenSet =
false;
97 bool m_identityStoreHasBeenSet =
false;
100 bool m_tagsHasBeenSet =
false;
CreateNamespaceRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetIdentityStore(IdentityStore value)
CreateNamespaceRequest & WithTags(TagsT &&value)
bool NamespaceHasBeenSet() const
AWS_QUICKSIGHT_API CreateNamespaceRequest()=default
bool AwsAccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
IdentityStore GetIdentityStore() const
const Aws::String & GetAwsAccountId() const
CreateNamespaceRequest & WithIdentityStore(IdentityStore value)
bool TagsHasBeenSet() const
CreateNamespaceRequest & WithNamespace(NamespaceT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetTags(TagsT &&value)
const Aws::String & GetNamespace() const
void SetNamespace(NamespaceT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
bool IdentityStoreHasBeenSet() const
CreateNamespaceRequest & AddTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector