7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/grafana/ManagedGrafana_EXPORTS.h>
20namespace ManagedGrafana {
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));
71 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
73 m_subnetIdsHasBeenSet =
true;
74 m_subnetIds = std::forward<SubnetIdsT>(value);
76 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
81 template <
typename SubnetIdsT = Aws::String>
83 m_subnetIdsHasBeenSet =
true;
84 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
90 bool m_securityGroupIdsHasBeenSet =
false;
93 bool m_subnetIdsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
bool SubnetIdsHasBeenSet() const
VpcConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfiguration & WithSubnetIds(SubnetIdsT &&value)
AWS_MANAGEDGRAFANA_API VpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MANAGEDGRAFANA_API VpcConfiguration()=default
void SetSubnetIds(SubnetIdsT &&value)
VpcConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_MANAGEDGRAFANA_API VpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdsHasBeenSet() const
VpcConfiguration & AddSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue