7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
63 inline void SetScheduleIdentifier(
const char* value) { m_scheduleIdentifierHasBeenSet =
true; m_scheduleIdentifier.assign(value); }
76 inline void SetDisassociateSchedule(
bool value) { m_disassociateScheduleHasBeenSet =
true; m_disassociateSchedule = value; }
82 bool m_clusterIdentifierHasBeenSet =
false;
85 bool m_scheduleIdentifierHasBeenSet =
false;
87 bool m_disassociateSchedule;
88 bool m_disassociateScheduleHasBeenSet =
false;
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetClusterIdentifier(Aws::String &&value)
bool DisassociateScheduleHasBeenSet() const
ModifyClusterSnapshotScheduleRequest & WithDisassociateSchedule(bool value)
AWS_REDSHIFT_API ModifyClusterSnapshotScheduleRequest()
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDisassociateSchedule(bool value)
void SetScheduleIdentifier(Aws::String &&value)
void SetScheduleIdentifier(const Aws::String &value)
void SetClusterIdentifier(const Aws::String &value)
bool ClusterIdentifierHasBeenSet() const
ModifyClusterSnapshotScheduleRequest & WithClusterIdentifier(Aws::String &&value)
void SetScheduleIdentifier(const char *value)
const Aws::String & GetClusterIdentifier() const
virtual const char * GetServiceRequestName() const override
bool GetDisassociateSchedule() const
ModifyClusterSnapshotScheduleRequest & WithScheduleIdentifier(const char *value)
bool ScheduleIdentifierHasBeenSet() const
void SetClusterIdentifier(const char *value)
ModifyClusterSnapshotScheduleRequest & WithClusterIdentifier(const Aws::String &value)
const Aws::String & GetScheduleIdentifier() const
ModifyClusterSnapshotScheduleRequest & WithClusterIdentifier(const char *value)
ModifyClusterSnapshotScheduleRequest & WithScheduleIdentifier(Aws::String &&value)
ModifyClusterSnapshotScheduleRequest & WithScheduleIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String