7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
10#include <aws/redshift/model/ScheduleState.h>
43 template <
typename ClusterIdentifierT = Aws::String>
45 m_clusterIdentifierHasBeenSet =
true;
46 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
48 template <
typename ClusterIdentifierT = Aws::String>
62 m_scheduleAssociationStateHasBeenSet =
true;
63 m_scheduleAssociationState = value;
74 bool m_clusterIdentifierHasBeenSet =
false;
75 bool m_scheduleAssociationStateHasBeenSet =
false;
ClusterAssociatedToSchedule & WithScheduleAssociationState(ScheduleState value)
AWS_REDSHIFT_API ClusterAssociatedToSchedule(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ClusterIdentifierHasBeenSet() const
AWS_REDSHIFT_API ClusterAssociatedToSchedule()=default
AWS_REDSHIFT_API ClusterAssociatedToSchedule & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetClusterIdentifier(ClusterIdentifierT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ScheduleState GetScheduleAssociationState() const
void SetScheduleAssociationState(ScheduleState value)
ClusterAssociatedToSchedule & WithClusterIdentifier(ClusterIdentifierT &&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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream