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 FolderIdT = Aws::String>
55 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
56 template<
typename FolderIdT = Aws::String>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
74 bool m_awsAccountIdHasBeenSet =
false;
77 bool m_folderIdHasBeenSet =
false;
80 bool m_nameHasBeenSet =
false;
void SetName(NameT &&value)
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetFolderId() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
UpdateFolderRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API UpdateFolderRequest()=default
UpdateFolderRequest & WithName(NameT &&value)
const Aws::String & GetAwsAccountId() const
void SetFolderId(FolderIdT &&value)
bool FolderIdHasBeenSet() const
UpdateFolderRequest & WithFolderId(FolderIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String