124 inline void SetScheduleIdentifier(
const char* value) { m_scheduleIdentifierHasBeenSet =
true; m_scheduleIdentifier.assign(value); }
168 inline void SetScheduleDescription(
const char* value) { m_scheduleDescriptionHasBeenSet =
true; m_scheduleDescription.assign(value); }
240 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
261 inline void SetNextInvocations(
int value) { m_nextInvocationsHasBeenSet =
true; m_nextInvocations = value; }
271 bool m_scheduleDefinitionsHasBeenSet =
false;
274 bool m_scheduleIdentifierHasBeenSet =
false;
277 bool m_scheduleDescriptionHasBeenSet =
false;
280 bool m_tagsHasBeenSet =
false;
283 bool m_dryRunHasBeenSet =
false;
285 int m_nextInvocations;
286 bool m_nextInvocationsHasBeenSet =
false;
CreateSnapshotScheduleRequest & AddTags(const Tag &value)
void SetScheduleDescription(const Aws::String &value)
bool ScheduleIdentifierHasBeenSet() const
CreateSnapshotScheduleRequest & WithScheduleIdentifier(const char *value)
void SetScheduleDefinitions(Aws::Vector< Aws::String > &&value)
CreateSnapshotScheduleRequest & WithScheduleDefinitions(Aws::Vector< Aws::String > &&value)
void SetTags(Aws::Vector< Tag > &&value)
void SetTags(const Aws::Vector< Tag > &value)
virtual const char * GetServiceRequestName() const override
void SetDryRun(bool value)
AWS_REDSHIFT_API CreateSnapshotScheduleRequest()
bool NextInvocationsHasBeenSet() const
void SetScheduleDescription(const char *value)
const Aws::Vector< Aws::String > & GetScheduleDefinitions() const
bool ScheduleDescriptionHasBeenSet() const
CreateSnapshotScheduleRequest & AddScheduleDefinitions(const char *value)
CreateSnapshotScheduleRequest & AddScheduleDefinitions(Aws::String &&value)
CreateSnapshotScheduleRequest & WithTags(const Aws::Vector< Tag > &value)
bool DryRunHasBeenSet() const
bool TagsHasBeenSet() const
CreateSnapshotScheduleRequest & WithDryRun(bool value)
CreateSnapshotScheduleRequest & AddTags(Tag &&value)
CreateSnapshotScheduleRequest & WithTags(Aws::Vector< Tag > &&value)
bool ScheduleDefinitionsHasBeenSet() const
CreateSnapshotScheduleRequest & WithScheduleDescription(const Aws::String &value)
void SetScheduleIdentifier(Aws::String &&value)
CreateSnapshotScheduleRequest & WithScheduleDefinitions(const Aws::Vector< Aws::String > &value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
int GetNextInvocations() const
CreateSnapshotScheduleRequest & WithScheduleDescription(Aws::String &&value)
void SetScheduleDescription(Aws::String &&value)
CreateSnapshotScheduleRequest & WithScheduleDescription(const char *value)
const Aws::Vector< Tag > & GetTags() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateSnapshotScheduleRequest & WithScheduleIdentifier(Aws::String &&value)
void SetScheduleIdentifier(const char *value)
CreateSnapshotScheduleRequest & WithScheduleIdentifier(const Aws::String &value)
void SetScheduleIdentifier(const Aws::String &value)
void SetNextInvocations(int value)
const Aws::String & GetScheduleDescription() const
CreateSnapshotScheduleRequest & WithNextInvocations(int value)
CreateSnapshotScheduleRequest & AddScheduleDefinitions(const Aws::String &value)
const Aws::String & GetScheduleIdentifier() const
void SetScheduleDefinitions(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector