7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AwsAccountIdT = Aws::String>
48 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
49 template<
typename AwsAccountIdT = Aws::String>
59 template<
typename AnalysisIdT = Aws::String>
60 void SetAnalysisId(AnalysisIdT&& value) { m_analysisIdHasBeenSet =
true; m_analysisId = std::forward<AnalysisIdT>(value); }
61 template<
typename AnalysisIdT = Aws::String>
76 inline void SetRestoreToFolders(
bool value) { m_restoreToFoldersHasBeenSet =
true; m_restoreToFolders = value; }
82 bool m_awsAccountIdHasBeenSet =
false;
85 bool m_analysisIdHasBeenSet =
false;
87 bool m_restoreToFolders{
false};
88 bool m_restoreToFoldersHasBeenSet =
false;
AWS_QUICKSIGHT_API RestoreAnalysisRequest()=default
bool AwsAccountIdHasBeenSet() const
RestoreAnalysisRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetAnalysisId(AnalysisIdT &&value)
const Aws::String & GetAnalysisId() const
bool AnalysisIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetRestoreToFolders(bool value)
bool GetRestoreToFolders() const
bool RestoreToFoldersHasBeenSet() const
RestoreAnalysisRequest & WithRestoreToFolders(bool value)
const Aws::String & GetAwsAccountId() const
RestoreAnalysisRequest & WithAnalysisId(AnalysisIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String