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>
43 template <
typename ClusterVersionT = Aws::String>
45 m_clusterVersionHasBeenSet =
true;
46 m_clusterVersion = std::forward<ClusterVersionT>(value);
48 template <
typename ClusterVersionT = Aws::String>
61 template <
typename ClusterParameterGroupFamilyT = Aws::String>
63 m_clusterParameterGroupFamilyHasBeenSet =
true;
64 m_clusterParameterGroupFamily = std::forward<ClusterParameterGroupFamilyT>(value);
66 template <
typename ClusterParameterGroupFamilyT = Aws::String>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
96 bool m_clusterVersionHasBeenSet =
false;
97 bool m_clusterParameterGroupFamilyHasBeenSet =
false;
98 bool m_descriptionHasBeenSet =
false;
ClusterVersion & WithClusterVersion(ClusterVersionT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetClusterParameterGroupFamily(ClusterParameterGroupFamilyT &&value)
bool ClusterParameterGroupFamilyHasBeenSet() const
AWS_REDSHIFT_API ClusterVersion()=default
const Aws::String & GetClusterVersion() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetClusterParameterGroupFamily() const
ClusterVersion & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
AWS_REDSHIFT_API ClusterVersion & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API ClusterVersion(const Aws::Utils::Xml::XmlNode &xmlNode)
ClusterVersion & WithClusterParameterGroupFamily(ClusterParameterGroupFamilyT &&value)
void SetClusterVersion(ClusterVersionT &&value)
bool DescriptionHasBeenSet() const
bool ClusterVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream