7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename FolderIdT = Aws::String>
58 m_folderIdHasBeenSet =
true;
59 m_folderId = std::forward<FolderIdT>(value);
61 template <
typename FolderIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
91 bool m_awsAccountIdHasBeenSet =
false;
92 bool m_folderIdHasBeenSet =
false;
93 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