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>
53 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
54 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
55 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
57 template<
typename SubnetIdsT = Aws::String>
58 NetworkingRequest&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
68 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
69 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
70 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
72 template<
typename SecurityGroupIdsT = Aws::String>
73 NetworkingRequest&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
78 bool m_subnetIdsHasBeenSet =
false;
81 bool m_securityGroupIdsHasBeenSet =
false;
AWS_PCS_API NetworkingRequest(Aws::Utils::Json::JsonView jsonValue)
NetworkingRequest & AddSubnetIds(SubnetIdsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
NetworkingRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_PCS_API NetworkingRequest()=default
AWS_PCS_API NetworkingRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
bool SubnetIdsHasBeenSet() const
NetworkingRequest & WithSubnetIds(SubnetIdsT &&value)
void SetSubnetIds(SubnetIdsT &&value)
NetworkingRequest & WithSecurityGroupIds(SecurityGroupIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue