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>
22namespace PrometheusService
49 template<
typename ClusterArnT = Aws::String>
50 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
51 template<
typename ClusterArnT = Aws::String>
62 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
63 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
64 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
66 template<
typename SecurityGroupIdsT = Aws::String>
67 EksConfiguration&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
76 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
77 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
78 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
80 template<
typename SubnetIdsT = Aws::String>
81 EksConfiguration&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
86 bool m_clusterArnHasBeenSet =
false;
89 bool m_securityGroupIdsHasBeenSet =
false;
92 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