7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
64 inline void SetAnalysisId(
const char* value) { m_analysisIdHasBeenSet =
true; m_analysisId.assign(value); }
79 inline void SetRecoveryWindowInDays(
long long value) { m_recoveryWindowInDaysHasBeenSet =
true; m_recoveryWindowInDays = value; }
98 bool m_awsAccountIdHasBeenSet =
false;
101 bool m_analysisIdHasBeenSet =
false;
103 long long m_recoveryWindowInDays;
104 bool m_recoveryWindowInDaysHasBeenSet =
false;
106 bool m_forceDeleteWithoutRecovery;
107 bool m_forceDeleteWithoutRecoveryHasBeenSet =
false;
long long GetRecoveryWindowInDays() const
bool RecoveryWindowInDaysHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DeleteAnalysisRequest & WithAnalysisId(const Aws::String &value)
DeleteAnalysisRequest & WithForceDeleteWithoutRecovery(bool value)
AWS_QUICKSIGHT_API DeleteAnalysisRequest()
const Aws::String & GetAnalysisId() const
void SetAwsAccountId(const Aws::String &value)
void SetAnalysisId(Aws::String &&value)
DeleteAnalysisRequest & WithAnalysisId(const char *value)
void SetAwsAccountId(Aws::String &&value)
const Aws::String & GetAwsAccountId() const
DeleteAnalysisRequest & WithAwsAccountId(const char *value)
DeleteAnalysisRequest & WithAwsAccountId(const Aws::String &value)
bool AnalysisIdHasBeenSet() const
bool ForceDeleteWithoutRecoveryHasBeenSet() const
DeleteAnalysisRequest & WithAnalysisId(Aws::String &&value)
DeleteAnalysisRequest & WithRecoveryWindowInDays(long long value)
void SetAnalysisId(const char *value)
void SetRecoveryWindowInDays(long long value)
void SetForceDeleteWithoutRecovery(bool value)
bool AwsAccountIdHasBeenSet() const
bool GetForceDeleteWithoutRecovery() const
void SetAwsAccountId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetAnalysisId(const Aws::String &value)
DeleteAnalysisRequest & WithAwsAccountId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String