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 {
46 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
48 m_securityGroupIdsHasBeenSet =
true;
49 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
51 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
56 template <
typename SecurityGroupIdsT = Aws::String>
58 m_securityGroupIdsHasBeenSet =
true;
59 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
72 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
74 m_subnetIdsHasBeenSet =
true;
75 m_subnetIds = std::forward<SubnetIdsT>(value);
77 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
82 template <
typename SubnetIdsT = Aws::String>
84 m_subnetIdsHasBeenSet =
true;
85 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
93 bool m_securityGroupIdsHasBeenSet =
false;
94 bool m_subnetIdsHasBeenSet =
false;
void SetSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_PROMETHEUSSERVICE_API VpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdsHasBeenSet() const
AWS_PROMETHEUSSERVICE_API VpcConfiguration()=default
AWS_PROMETHEUSSERVICE_API VpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
VpcConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfiguration & AddSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
AWS_PROMETHEUSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfiguration & WithSubnetIds(SubnetIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue