7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
57 inline void SetFolderId(
const char* value) { m_folderIdHasBeenSet =
true; m_folderId.assign(value); }
65 bool m_awsAccountIdHasBeenSet =
false;
68 bool m_folderIdHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeFolderRequest & WithAwsAccountId(const char *value)
void SetAwsAccountId(const Aws::String &value)
DescribeFolderRequest & WithFolderId(const Aws::String &value)
DescribeFolderRequest & WithAwsAccountId(const Aws::String &value)
void SetAwsAccountId(Aws::String &&value)
void SetAwsAccountId(const char *value)
bool FolderIdHasBeenSet() const
void SetFolderId(const char *value)
const Aws::String & GetFolderId() const
virtual const char * GetServiceRequestName() const override
void SetFolderId(Aws::String &&value)
DescribeFolderRequest & WithAwsAccountId(Aws::String &&value)
void SetFolderId(const Aws::String &value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API DescribeFolderRequest()
bool AwsAccountIdHasBeenSet() const
DescribeFolderRequest & WithFolderId(Aws::String &&value)
DescribeFolderRequest & WithFolderId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String