7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AwsAccountIdT = Aws::String>
43 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
44 template<
typename AwsAccountIdT = Aws::String>
55 template<
typename AnalysisIdT = Aws::String>
56 void SetAnalysisId(AnalysisIdT&& value) { m_analysisIdHasBeenSet =
true; m_analysisId = std::forward<AnalysisIdT>(value); }
57 template<
typename AnalysisIdT = Aws::String>
63 bool m_awsAccountIdHasBeenSet =
false;
66 bool m_analysisIdHasBeenSet =
false;
bool AnalysisIdHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetAnalysisId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(AwsAccountIdT &&value)
DescribeAnalysisRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetAnalysisId(AnalysisIdT &&value)
DescribeAnalysisRequest & WithAnalysisId(AnalysisIdT &&value)
AWS_QUICKSIGHT_API DescribeAnalysisRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String