63 inline void SetScheduleIdentifier(
const char* value) { m_scheduleIdentifierHasBeenSet =
true; m_scheduleIdentifier.assign(value); }
138 bool m_scheduleIdentifierHasBeenSet =
false;
141 bool m_scheduleDefinitionsHasBeenSet =
false;
void SetScheduleIdentifier(Aws::String &&value)
ModifySnapshotScheduleRequest & AddScheduleDefinitions(Aws::String &&value)
void SetScheduleIdentifier(const char *value)
ModifySnapshotScheduleRequest & WithScheduleIdentifier(const Aws::String &value)
ModifySnapshotScheduleRequest & WithScheduleDefinitions(const Aws::Vector< Aws::String > &value)
AWS_REDSHIFT_API ModifySnapshotScheduleRequest()
void SetScheduleIdentifier(const Aws::String &value)
const Aws::Vector< Aws::String > & GetScheduleDefinitions() const
ModifySnapshotScheduleRequest & AddScheduleDefinitions(const char *value)
ModifySnapshotScheduleRequest & WithScheduleIdentifier(const char *value)
bool ScheduleIdentifierHasBeenSet() const
ModifySnapshotScheduleRequest & WithScheduleDefinitions(Aws::Vector< Aws::String > &&value)
ModifySnapshotScheduleRequest & AddScheduleDefinitions(const Aws::String &value)
void SetScheduleDefinitions(const Aws::Vector< Aws::String > &value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetScheduleDefinitions(Aws::Vector< Aws::String > &&value)
bool ScheduleDefinitionsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetScheduleIdentifier() const
ModifySnapshotScheduleRequest & WithScheduleIdentifier(Aws::String &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector