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>
65 inline void SetParameterApplyStatus(
const char* value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus.assign(value); }
79 inline void SetParameterGroupName(
const char* value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName.assign(value); }
87 bool m_clusterParameterStatusListHasBeenSet =
false;
90 bool m_parameterApplyStatusHasBeenSet =
false;
93 bool m_parameterGroupNameHasBeenSet =
false;
AwsRedshiftClusterClusterParameterGroup & WithParameterGroupName(const Aws::String &value)
bool ParameterGroupNameHasBeenSet() const
bool ParameterApplyStatusHasBeenSet() const
AwsRedshiftClusterClusterParameterGroup & AddClusterParameterStatusList(const AwsRedshiftClusterClusterParameterStatus &value)
AwsRedshiftClusterClusterParameterGroup & WithParameterGroupName(Aws::String &&value)
void SetClusterParameterStatusList(Aws::Vector< AwsRedshiftClusterClusterParameterStatus > &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRedshiftClusterClusterParameterGroup & WithClusterParameterStatusList(Aws::Vector< AwsRedshiftClusterClusterParameterStatus > &&value)
AwsRedshiftClusterClusterParameterGroup & WithParameterApplyStatus(Aws::String &&value)
void SetParameterGroupName(Aws::String &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterClusterParameterGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterClusterParameterGroup & WithParameterApplyStatus(const Aws::String &value)
void SetClusterParameterStatusList(const Aws::Vector< AwsRedshiftClusterClusterParameterStatus > &value)
AwsRedshiftClusterClusterParameterGroup & WithParameterApplyStatus(const char *value)
const Aws::Vector< AwsRedshiftClusterClusterParameterStatus > & GetClusterParameterStatusList() const
AWS_SECURITYHUB_API AwsRedshiftClusterClusterParameterGroup()
AwsRedshiftClusterClusterParameterGroup & WithClusterParameterStatusList(const Aws::Vector< AwsRedshiftClusterClusterParameterStatus > &value)
const Aws::String & GetParameterApplyStatus() const
const Aws::String & GetParameterGroupName() const
void SetParameterGroupName(const char *value)
void SetParameterApplyStatus(Aws::String &&value)
void SetParameterApplyStatus(const char *value)
bool ClusterParameterStatusListHasBeenSet() const
void SetParameterApplyStatus(const Aws::String &value)
AwsRedshiftClusterClusterParameterGroup & WithParameterGroupName(const char *value)
AwsRedshiftClusterClusterParameterGroup & AddClusterParameterStatusList(AwsRedshiftClusterClusterParameterStatus &&value)
void SetParameterGroupName(const Aws::String &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