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/FolderType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/quicksight/model/SharingModel.h>
13#include <aws/quicksight/model/ResourcePermission.h>
14#include <aws/quicksight/model/Tag.h>
47 template<
typename AwsAccountIdT = Aws::String>
48 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
49 template<
typename AwsAccountIdT = Aws::String>
59 template<
typename FolderIdT = Aws::String>
60 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
61 template<
typename FolderIdT = Aws::String>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
96 template<
typename ParentFolderArnT = Aws::String>
97 void SetParentFolderArn(ParentFolderArnT&& value) { m_parentFolderArnHasBeenSet =
true; m_parentFolderArn = std::forward<ParentFolderArnT>(value); }
98 template<
typename ParentFolderArnT = Aws::String>
110 template<
typename PermissionsT = Aws::Vector<ResourcePermission>>
111 void SetPermissions(PermissionsT&& value) { m_permissionsHasBeenSet =
true; m_permissions = std::forward<PermissionsT>(value); }
112 template<
typename PermissionsT = Aws::Vector<ResourcePermission>>
114 template<
typename PermissionsT = ResourcePermission>
124 template<
typename TagsT = Aws::Vector<Tag>>
125 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
126 template<
typename TagsT = Aws::Vector<Tag>>
128 template<
typename TagsT = Tag>
145 bool m_awsAccountIdHasBeenSet =
false;
148 bool m_folderIdHasBeenSet =
false;
151 bool m_nameHasBeenSet =
false;
154 bool m_folderTypeHasBeenSet =
false;
157 bool m_parentFolderArnHasBeenSet =
false;
160 bool m_permissionsHasBeenSet =
false;
163 bool m_tagsHasBeenSet =
false;
166 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