7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/redshift/model/Tag.h>
66 inline void SetScheduleIdentifier(
const char* value) { m_scheduleIdentifierHasBeenSet =
true; m_scheduleIdentifier.assign(value); }
80 inline void SetScheduleDescription(
const char* value) { m_scheduleDescriptionHasBeenSet =
true; m_scheduleDescription.assign(value); }
106 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
116 inline void SetNextInvocations(
int value) { m_nextInvocationsHasBeenSet =
true; m_nextInvocations = value; }
122 bool m_scheduleDefinitionsHasBeenSet =
false;
125 bool m_scheduleIdentifierHasBeenSet =
false;
128 bool m_scheduleDescriptionHasBeenSet =
false;
131 bool m_tagsHasBeenSet =
false;
134 bool m_dryRunHasBeenSet =
false;
136 int m_nextInvocations;
137 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