7#include <aws/amp/PrometheusService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace PrometheusService {
43 template <
typename ClusterArnT = Aws::String>
45 m_clusterArnHasBeenSet =
true;
46 m_clusterArn = std::forward<ClusterArnT>(value);
48 template <
typename ClusterArnT = Aws::String>
62 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
64 m_securityGroupIdsHasBeenSet =
true;
65 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
67 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
72 template <
typename SecurityGroupIdsT = Aws::String>
74 m_securityGroupIdsHasBeenSet =
true;
75 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
86 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
88 m_subnetIdsHasBeenSet =
true;
89 m_subnetIds = std::forward<SubnetIdsT>(value);
91 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
96 template <
typename SubnetIdsT = Aws::String>
98 m_subnetIdsHasBeenSet =
true;
99 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
109 bool m_clusterArnHasBeenSet =
false;
110 bool m_securityGroupIdsHasBeenSet =
false;
111 bool m_subnetIdsHasBeenSet =
false;
AWS_PROMETHEUSSERVICE_API EksConfiguration()=default
EksConfiguration & AddSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
AWS_PROMETHEUSSERVICE_API EksConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdsHasBeenSet() const
const Aws::String & GetClusterArn() const
bool SubnetIdsHasBeenSet() const
void SetClusterArn(ClusterArnT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
EksConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
EksConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
EksConfiguration & WithSubnetIds(SubnetIdsT &&value)
bool ClusterArnHasBeenSet() const
EksConfiguration & WithClusterArn(ClusterArnT &&value)
void SetSubnetIds(SubnetIdsT &&value)
AWS_PROMETHEUSSERVICE_API EksConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_PROMETHEUSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue