7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ParameterNameT = Aws::String>
48 void SetParameterName(ParameterNameT&& value) { m_parameterNameHasBeenSet =
true; m_parameterName = std::forward<ParameterNameT>(value); }
49 template<
typename ParameterNameT = Aws::String>
64 template<
typename ParameterApplyStatusT = Aws::String>
65 void SetParameterApplyStatus(ParameterApplyStatusT&& value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value); }
66 template<
typename ParameterApplyStatusT = Aws::String>
77 template<
typename ParameterApplyErrorDescriptionT = Aws::String>
78 void SetParameterApplyErrorDescription(ParameterApplyErrorDescriptionT&& value) { m_parameterApplyErrorDescriptionHasBeenSet =
true; m_parameterApplyErrorDescription = std::forward<ParameterApplyErrorDescriptionT>(value); }
79 template<
typename ParameterApplyErrorDescriptionT = Aws::String>
85 bool m_parameterNameHasBeenSet =
false;
88 bool m_parameterApplyStatusHasBeenSet =
false;
91 bool m_parameterApplyErrorDescriptionHasBeenSet =
false;
bool ParameterApplyStatusHasBeenSet() const
void SetParameterName(ParameterNameT &&value)
const Aws::String & GetParameterName() const
AWS_SECURITYHUB_API AwsRedshiftClusterClusterParameterStatus()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetParameterApplyErrorDescription(ParameterApplyErrorDescriptionT &&value)
const Aws::String & GetParameterApplyStatus() const
const Aws::String & GetParameterApplyErrorDescription() const
bool ParameterNameHasBeenSet() const
bool ParameterApplyErrorDescriptionHasBeenSet() const
void SetParameterApplyStatus(ParameterApplyStatusT &&value)
AwsRedshiftClusterClusterParameterStatus & WithParameterApplyStatus(ParameterApplyStatusT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterClusterParameterStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterClusterParameterStatus & WithParameterApplyErrorDescription(ParameterApplyErrorDescriptionT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterClusterParameterStatus(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterClusterParameterStatus & WithParameterName(ParameterNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue