7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/model/AwsRedshiftClusterClusterParameterStatus.h>
49 template<
typename ClusterParameterStatusListT = Aws::Vector<AwsRedshiftClusterClusterParameterStatus>>
50 void SetClusterParameterStatusList(ClusterParameterStatusListT&& value) { m_clusterParameterStatusListHasBeenSet =
true; m_clusterParameterStatusList = std::forward<ClusterParameterStatusListT>(value); }
51 template<
typename ClusterParameterStatusListT = Aws::Vector<AwsRedshiftClusterClusterParameterStatus>>
53 template<
typename ClusterParameterStatusListT = AwsRedshiftClusterClusterParameterStatus>
63 template<
typename ParameterApplyStatusT = Aws::String>
64 void SetParameterApplyStatus(ParameterApplyStatusT&& value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value); }
65 template<
typename ParameterApplyStatusT = Aws::String>
75 template<
typename ParameterGroupNameT = Aws::String>
76 void SetParameterGroupName(ParameterGroupNameT&& value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName = std::forward<ParameterGroupNameT>(value); }
77 template<
typename ParameterGroupNameT = Aws::String>
83 bool m_clusterParameterStatusListHasBeenSet =
false;
86 bool m_parameterApplyStatusHasBeenSet =
false;
89 bool m_parameterGroupNameHasBeenSet =
false;
bool ParameterGroupNameHasBeenSet() const
AwsRedshiftClusterClusterParameterGroup & AddClusterParameterStatusList(ClusterParameterStatusListT &&value)
bool ParameterApplyStatusHasBeenSet() const
AwsRedshiftClusterClusterParameterGroup & WithParameterGroupName(ParameterGroupNameT &&value)
void SetParameterGroupName(ParameterGroupNameT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRedshiftClusterClusterParameterGroup & WithParameterApplyStatus(ParameterApplyStatusT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterClusterParameterGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AwsRedshiftClusterClusterParameterStatus > & GetClusterParameterStatusList() const
void SetParameterApplyStatus(ParameterApplyStatusT &&value)
void SetClusterParameterStatusList(ClusterParameterStatusListT &&value)
const Aws::String & GetParameterApplyStatus() const
AWS_SECURITYHUB_API AwsRedshiftClusterClusterParameterGroup()=default
const Aws::String & GetParameterGroupName() const
bool ClusterParameterStatusListHasBeenSet() const
AwsRedshiftClusterClusterParameterGroup & WithClusterParameterStatusList(ClusterParameterStatusListT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterClusterParameterGroup(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue