7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/redshift/model/ScheduleState.h>
51 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
71 bool m_clusterIdentifierHasBeenSet =
false;
74 bool m_scheduleAssociationStateHasBeenSet =
false;
AWS_REDSHIFT_API ClusterAssociatedToSchedule(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ClusterIdentifierHasBeenSet() const
ClusterAssociatedToSchedule & WithScheduleAssociationState(ScheduleState &&value)
AWS_REDSHIFT_API ClusterAssociatedToSchedule()
AWS_REDSHIFT_API ClusterAssociatedToSchedule & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ClusterAssociatedToSchedule & WithClusterIdentifier(const Aws::String &value)
void SetClusterIdentifier(Aws::String &&value)
void SetScheduleAssociationState(const ScheduleState &value)
ClusterAssociatedToSchedule & WithScheduleAssociationState(const ScheduleState &value)
void SetClusterIdentifier(const char *value)
void SetScheduleAssociationState(ScheduleState &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetClusterIdentifier(const Aws::String &value)
ClusterAssociatedToSchedule & WithClusterIdentifier(Aws::String &&value)
bool ScheduleAssociationStateHasBeenSet() const
const Aws::String & GetClusterIdentifier() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ClusterAssociatedToSchedule & WithClusterIdentifier(const char *value)
const ScheduleState & GetScheduleAssociationState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream