7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/RefreshFrequency.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/quicksight/model/IngestionType.h>
51 inline void SetScheduleId(
const char* value) { m_scheduleIdHasBeenSet =
true; m_scheduleId.assign(value); }
108 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
116 bool m_scheduleIdHasBeenSet =
false;
119 bool m_scheduleFrequencyHasBeenSet =
false;
122 bool m_startAfterDateTimeHasBeenSet =
false;
125 bool m_refreshTypeHasBeenSet =
false;
128 bool m_arnHasBeenSet =
false;
bool ScheduleIdHasBeenSet() const
RefreshSchedule & WithStartAfterDateTime(Aws::Utils::DateTime &&value)
RefreshSchedule & WithStartAfterDateTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetStartAfterDateTime() const
void SetRefreshType(IngestionType &&value)
const RefreshFrequency & GetScheduleFrequency() const
bool ScheduleFrequencyHasBeenSet() const
RefreshSchedule & WithRefreshType(IngestionType &&value)
void SetScheduleId(Aws::String &&value)
const Aws::String & GetScheduleId() const
RefreshSchedule & WithScheduleId(const Aws::String &value)
void SetArn(const Aws::String &value)
RefreshSchedule & WithArn(const Aws::String &value)
RefreshSchedule & WithRefreshType(const IngestionType &value)
RefreshSchedule & WithScheduleId(Aws::String &&value)
RefreshSchedule & WithArn(const char *value)
void SetScheduleId(const char *value)
void SetScheduleId(const Aws::String &value)
RefreshSchedule & WithScheduleId(const char *value)
RefreshSchedule & WithScheduleFrequency(const RefreshFrequency &value)
void SetRefreshType(const IngestionType &value)
AWS_QUICKSIGHT_API RefreshSchedule()
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool RefreshTypeHasBeenSet() const
void SetArn(const char *value)
const Aws::String & GetArn() const
void SetArn(Aws::String &&value)
RefreshSchedule & WithArn(Aws::String &&value)
AWS_QUICKSIGHT_API RefreshSchedule(Aws::Utils::Json::JsonView jsonValue)
void SetScheduleFrequency(RefreshFrequency &&value)
bool StartAfterDateTimeHasBeenSet() const
bool ArnHasBeenSet() const
void SetScheduleFrequency(const RefreshFrequency &value)
void SetStartAfterDateTime(Aws::Utils::DateTime &&value)
AWS_QUICKSIGHT_API RefreshSchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStartAfterDateTime(const Aws::Utils::DateTime &value)
const IngestionType & GetRefreshType() const
RefreshSchedule & WithScheduleFrequency(RefreshFrequency &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue