7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeDashboardSnapshotJobResult"; }
44 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
58 inline void SetDashboardId(
const char* value) { m_dashboardIdHasBeenSet =
true; m_dashboardId.assign(value); }
73 inline void SetSnapshotJobId(
const char* value) { m_snapshotJobIdHasBeenSet =
true; m_snapshotJobId.assign(value); }
81 bool m_awsAccountIdHasBeenSet =
false;
84 bool m_dashboardIdHasBeenSet =
false;
87 bool m_snapshotJobIdHasBeenSet =
false;
bool AwsAccountIdHasBeenSet() const
DescribeDashboardSnapshotJobResultRequest & WithAwsAccountId(const Aws::String &value)
void SetDashboardId(const char *value)
DescribeDashboardSnapshotJobResultRequest & WithAwsAccountId(const char *value)
const Aws::String & GetSnapshotJobId() const
bool DashboardIdHasBeenSet() const
bool SnapshotJobIdHasBeenSet() const
void SetAwsAccountId(Aws::String &&value)
void SetSnapshotJobId(const Aws::String &value)
void SetDashboardId(Aws::String &&value)
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeDashboardSnapshotJobResultRequest & WithDashboardId(const Aws::String &value)
void SetAwsAccountId(const Aws::String &value)
AWS_QUICKSIGHT_API DescribeDashboardSnapshotJobResultRequest()
DescribeDashboardSnapshotJobResultRequest & WithAwsAccountId(Aws::String &&value)
const Aws::String & GetDashboardId() const
DescribeDashboardSnapshotJobResultRequest & WithDashboardId(const char *value)
DescribeDashboardSnapshotJobResultRequest & WithSnapshotJobId(const char *value)
void SetDashboardId(const Aws::String &value)
void SetSnapshotJobId(Aws::String &&value)
DescribeDashboardSnapshotJobResultRequest & WithSnapshotJobId(const Aws::String &value)
DescribeDashboardSnapshotJobResultRequest & WithDashboardId(Aws::String &&value)
void SetSnapshotJobId(const char *value)
void SetAwsAccountId(const char *value)
DescribeDashboardSnapshotJobResultRequest & WithSnapshotJobId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String