AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AwsRedshiftClusterClusterParameterGroup.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SecurityHub
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_SECURITYHUB_API AwsRedshiftClusterClusterParameterGroup() = default;
40 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::Vector<AwsRedshiftClusterClusterParameterStatus>& GetClusterParameterStatusList() const { return m_clusterParameterStatusList; }
48 inline bool ClusterParameterStatusListHasBeenSet() const { return m_clusterParameterStatusListHasBeenSet; }
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>>
52 AwsRedshiftClusterClusterParameterGroup& WithClusterParameterStatusList(ClusterParameterStatusListT&& value) { SetClusterParameterStatusList(std::forward<ClusterParameterStatusListT>(value)); return *this;}
53 template<typename ClusterParameterStatusListT = AwsRedshiftClusterClusterParameterStatus>
54 AwsRedshiftClusterClusterParameterGroup& AddClusterParameterStatusList(ClusterParameterStatusListT&& value) { m_clusterParameterStatusListHasBeenSet = true; m_clusterParameterStatusList.emplace_back(std::forward<ClusterParameterStatusListT>(value)); return *this; }
56
58
61 inline const Aws::String& GetParameterApplyStatus() const { return m_parameterApplyStatus; }
62 inline bool ParameterApplyStatusHasBeenSet() const { return m_parameterApplyStatusHasBeenSet; }
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>
66 AwsRedshiftClusterClusterParameterGroup& WithParameterApplyStatus(ParameterApplyStatusT&& value) { SetParameterApplyStatus(std::forward<ParameterApplyStatusT>(value)); return *this;}
68
70
73 inline const Aws::String& GetParameterGroupName() const { return m_parameterGroupName; }
74 inline bool ParameterGroupNameHasBeenSet() const { return m_parameterGroupNameHasBeenSet; }
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>
78 AwsRedshiftClusterClusterParameterGroup& WithParameterGroupName(ParameterGroupNameT&& value) { SetParameterGroupName(std::forward<ParameterGroupNameT>(value)); return *this;}
80 private:
81
83 bool m_clusterParameterStatusListHasBeenSet = false;
84
85 Aws::String m_parameterApplyStatus;
86 bool m_parameterApplyStatusHasBeenSet = false;
87
88 Aws::String m_parameterGroupName;
89 bool m_parameterGroupNameHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace SecurityHub
94} // namespace Aws
AwsRedshiftClusterClusterParameterGroup & AddClusterParameterStatusList(ClusterParameterStatusListT &&value)
AwsRedshiftClusterClusterParameterGroup & WithParameterGroupName(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
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