7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AwsAccountIdT = Aws::String>
42 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
43 template<
typename AwsAccountIdT = Aws::String>
53 template<
typename FolderIdT = Aws::String>
54 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
55 template<
typename FolderIdT = Aws::String>
61 bool m_awsAccountIdHasBeenSet =
false;
64 bool m_folderIdHasBeenSet =
false;
bool AwsAccountIdHasBeenSet() const
bool FolderIdHasBeenSet() const
const Aws::String & GetFolderId() const
DeleteFolderRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DeleteFolderRequest()=default
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetAwsAccountId() const
void SetFolderId(FolderIdT &&value)
DeleteFolderRequest & WithFolderId(FolderIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String