7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/FolderType.h>
12#include <aws/quicksight/model/ResourcePermission.h>
13#include <aws/quicksight/model/SharingModel.h>
14#include <aws/quicksight/model/Tag.h>
43 template <
typename AwsAccountIdT = Aws::String>
45 m_awsAccountIdHasBeenSet =
true;
46 m_awsAccountId = std::forward<AwsAccountIdT>(value);
48 template <
typename AwsAccountIdT = Aws::String>
61 template <
typename FolderIdT = Aws::String>
63 m_folderIdHasBeenSet =
true;
64 m_folderId = std::forward<FolderIdT>(value);
66 template <
typename FolderIdT = Aws::String>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
99 m_folderTypeHasBeenSet =
true;
100 m_folderType = value;
116 template <
typename ParentFolderArnT = Aws::String>
118 m_parentFolderArnHasBeenSet =
true;
119 m_parentFolderArn = std::forward<ParentFolderArnT>(value);
121 template <
typename ParentFolderArnT = Aws::String>
136 template <
typename PermissionsT = Aws::Vector<ResourcePermission>>
138 m_permissionsHasBeenSet =
true;
139 m_permissions = std::forward<PermissionsT>(value);
141 template <
typename PermissionsT = Aws::Vector<ResourcePermission>>
146 template <
typename PermissionsT = ResourcePermission>
148 m_permissionsHasBeenSet =
true;
149 m_permissions.emplace_back(std::forward<PermissionsT>(value));
160 template <
typename TagsT = Aws::Vector<Tag>>
162 m_tagsHasBeenSet =
true;
163 m_tags = std::forward<TagsT>(value);
165 template <
typename TagsT = Aws::Vector<Tag>>
167 SetTags(std::forward<TagsT>(value));
170 template <
typename TagsT = Tag>
172 m_tagsHasBeenSet =
true;
173 m_tags.emplace_back(std::forward<TagsT>(value));
186 m_sharingModelHasBeenSet =
true;
187 m_sharingModel = value;
210 bool m_awsAccountIdHasBeenSet =
false;
211 bool m_folderIdHasBeenSet =
false;
212 bool m_nameHasBeenSet =
false;
213 bool m_folderTypeHasBeenSet =
false;
214 bool m_parentFolderArnHasBeenSet =
false;
215 bool m_permissionsHasBeenSet =
false;
216 bool m_tagsHasBeenSet =
false;
217 bool m_sharingModelHasBeenSet =
false;
bool TagsHasBeenSet() const
CreateFolderRequest & AddPermissions(PermissionsT &&value)
bool FolderTypeHasBeenSet() const
bool FolderIdHasBeenSet() const
void SetPermissions(PermissionsT &&value)
bool SharingModelHasBeenSet() const
CreateFolderRequest & WithFolderId(FolderIdT &&value)
const Aws::String & GetName() const
void SetParentFolderArn(ParentFolderArnT &&value)
bool PermissionsHasBeenSet() const
CreateFolderRequest & WithTags(TagsT &&value)
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API CreateFolderRequest()=default
void SetFolderType(FolderType value)
const Aws::String & GetFolderId() const
CreateFolderRequest & WithSharingModel(SharingModel value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
CreateFolderRequest & AddTags(TagsT &&value)
const Aws::String & GetParentFolderArn() const
bool ParentFolderArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
SharingModel GetSharingModel() const
void SetAwsAccountId(AwsAccountIdT &&value)
CreateFolderRequest & WithFolderType(FolderType value)
CreateFolderRequest & WithName(NameT &&value)
void SetSharingModel(SharingModel value)
bool AwsAccountIdHasBeenSet() const
CreateFolderRequest & WithAwsAccountId(AwsAccountIdT &&value)
CreateFolderRequest & WithPermissions(PermissionsT &&value)
CreateFolderRequest & WithParentFolderArn(ParentFolderArnT &&value)
const Aws::Vector< ResourcePermission > & GetPermissions() const
void SetFolderId(FolderIdT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetAwsAccountId() const
FolderType GetFolderType() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector