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>
42 template <
typename ParameterNameT = Aws::String>
44 m_parameterNameHasBeenSet =
true;
45 m_parameterName = std::forward<ParameterNameT>(value);
47 template <
typename ParameterNameT = Aws::String>
74 template <
typename ParameterApplyStatusT = Aws::String>
76 m_parameterApplyStatusHasBeenSet =
true;
77 m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value);
79 template <
typename ParameterApplyStatusT = Aws::String>
93 template <
typename ParameterApplyErrorDescriptionT = Aws::String>
95 m_parameterApplyErrorDescriptionHasBeenSet =
true;
96 m_parameterApplyErrorDescription = std::forward<ParameterApplyErrorDescriptionT>(value);
98 template <
typename ParameterApplyErrorDescriptionT = Aws::String>
110 bool m_parameterNameHasBeenSet =
false;
111 bool m_parameterApplyStatusHasBeenSet =
false;
112 bool m_parameterApplyErrorDescriptionHasBeenSet =
false;
void SetParameterName(ParameterNameT &&value)
ClusterParameterStatus & WithParameterApplyErrorDescription(ParameterApplyErrorDescriptionT &&value)
const Aws::String & GetParameterApplyStatus() const
ClusterParameterStatus & WithParameterApplyStatus(ParameterApplyStatusT &&value)
const Aws::String & GetParameterApplyErrorDescription() const
AWS_REDSHIFT_API ClusterParameterStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ParameterNameHasBeenSet() const
const Aws::String & GetParameterName() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool ParameterApplyErrorDescriptionHasBeenSet() const
void SetParameterApplyErrorDescription(ParameterApplyErrorDescriptionT &&value)
void SetParameterApplyStatus(ParameterApplyStatusT &&value)
ClusterParameterStatus & WithParameterName(ParameterNameT &&value)
AWS_REDSHIFT_API ClusterParameterStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ParameterApplyStatusHasBeenSet() const
AWS_REDSHIFT_API ClusterParameterStatus()=default
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream