7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
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;
DescribeDashboardSnapshotJobRequest & WithAwsAccountId(const char *value)
void SetDashboardId(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeDashboardSnapshotJobRequest & WithDashboardId(const Aws::String &value)
bool DashboardIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
void SetSnapshotJobId(const Aws::String &value)
DescribeDashboardSnapshotJobRequest & WithDashboardId(Aws::String &&value)
DescribeDashboardSnapshotJobRequest & WithSnapshotJobId(const char *value)
void SetDashboardId(Aws::String &&value)
DescribeDashboardSnapshotJobRequest & WithSnapshotJobId(const Aws::String &value)
void SetAwsAccountId(const Aws::String &value)
bool AwsAccountIdHasBeenSet() const
DescribeDashboardSnapshotJobRequest & WithSnapshotJobId(Aws::String &&value)
const Aws::String & GetSnapshotJobId() const
DescribeDashboardSnapshotJobRequest & WithDashboardId(const char *value)
void SetAwsAccountId(const char *value)
bool SnapshotJobIdHasBeenSet() const
void SetDashboardId(const char *value)
void SetSnapshotJobId(Aws::String &&value)
const Aws::String & GetDashboardId() const
DescribeDashboardSnapshotJobRequest & WithAwsAccountId(Aws::String &&value)
AWS_QUICKSIGHT_API DescribeDashboardSnapshotJobRequest()
void SetAwsAccountId(Aws::String &&value)
DescribeDashboardSnapshotJobRequest & WithAwsAccountId(const Aws::String &value)
void SetSnapshotJobId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String