7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename AwsAccountIdT = Aws::String>
39 m_awsAccountIdHasBeenSet =
true;
40 m_awsAccountId = std::forward<AwsAccountIdT>(value);
42 template <
typename AwsAccountIdT = Aws::String>
55 template <
typename FolderIdT = Aws::String>
57 m_folderIdHasBeenSet =
true;
58 m_folderId = std::forward<FolderIdT>(value);
60 template <
typename FolderIdT = Aws::String>
70 bool m_awsAccountIdHasBeenSet =
false;
71 bool m_folderIdHasBeenSet =
false;
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeFolderRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool FolderIdHasBeenSet() const
const Aws::String & GetFolderId() const
void SetFolderId(FolderIdT &&value)
virtual const char * GetServiceRequestName() const override
DescribeFolderRequest & WithFolderId(FolderIdT &&value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API DescribeFolderRequest()=default
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String