7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
53 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
54 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
56 template<
typename SubnetIdsT = Aws::String>
57 Networking&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
73 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
74 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
75 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
77 template<
typename SecurityGroupIdsT = Aws::String>
78 Networking&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
83 bool m_subnetIdsHasBeenSet =
false;
86 bool m_securityGroupIdsHasBeenSet =
false;
Networking & WithSecurityGroupIds(SecurityGroupIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
Networking & WithSubnetIds(SubnetIdsT &&value)
Networking & AddSecurityGroupIds(SecurityGroupIdsT &&value)
Networking & AddSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
bool SubnetIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
AWS_PCS_API Networking(Aws::Utils::Json::JsonView jsonValue)
AWS_PCS_API Networking & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetIds(SubnetIdsT &&value)
AWS_PCS_API Networking()=default
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue