7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename ScheduleIdentifierT = Aws::String>
47 void SetScheduleIdentifier(ScheduleIdentifierT&& value) { m_scheduleIdentifierHasBeenSet =
true; m_scheduleIdentifier = std::forward<ScheduleIdentifierT>(value); }
48 template<
typename ScheduleIdentifierT = Aws::String>
59 template<
typename ScheduleDefinitionsT = Aws::Vector<Aws::String>>
60 void SetScheduleDefinitions(ScheduleDefinitionsT&& value) { m_scheduleDefinitionsHasBeenSet =
true; m_scheduleDefinitions = std::forward<ScheduleDefinitionsT>(value); }
61 template<
typename ScheduleDefinitionsT = Aws::Vector<Aws::String>>
63 template<
typename ScheduleDefinitionsT = Aws::String>
69 bool m_scheduleIdentifierHasBeenSet =
false;
72 bool m_scheduleDefinitionsHasBeenSet =
false;
ModifySnapshotScheduleRequest & AddScheduleDefinitions(ScheduleDefinitionsT &&value)
ModifySnapshotScheduleRequest & WithScheduleDefinitions(ScheduleDefinitionsT &&value)
const Aws::Vector< Aws::String > & GetScheduleDefinitions() const
bool ScheduleIdentifierHasBeenSet() const
AWS_REDSHIFT_API ModifySnapshotScheduleRequest()=default
void SetScheduleIdentifier(ScheduleIdentifierT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ScheduleDefinitionsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetScheduleDefinitions(ScheduleDefinitionsT &&value)
ModifySnapshotScheduleRequest & WithScheduleIdentifier(ScheduleIdentifierT &&value)
const Aws::String & GetScheduleIdentifier() const
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