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>
48 template<
typename ParameterNameT = Aws::String>
49 void SetParameterName(ParameterNameT&& value) { m_parameterNameHasBeenSet =
true; m_parameterName = std::forward<ParameterNameT>(value); }
50 template<
typename ParameterNameT = Aws::String>
74 template<
typename ParameterApplyStatusT = Aws::String>
75 void SetParameterApplyStatus(ParameterApplyStatusT&& value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value); }
76 template<
typename ParameterApplyStatusT = Aws::String>
87 template<
typename ParameterApplyErrorDescriptionT = Aws::String>
88 void SetParameterApplyErrorDescription(ParameterApplyErrorDescriptionT&& value) { m_parameterApplyErrorDescriptionHasBeenSet =
true; m_parameterApplyErrorDescription = std::forward<ParameterApplyErrorDescriptionT>(value); }
89 template<
typename ParameterApplyErrorDescriptionT = Aws::String>
95 bool m_parameterNameHasBeenSet =
false;
98 bool m_parameterApplyStatusHasBeenSet =
false;
101 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