7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pcs/model/NetworkType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
55 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
56 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
58 template<
typename SubnetIdsT = Aws::String>
59 NetworkingRequest&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
69 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
70 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
71 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
73 template<
typename SecurityGroupIdsT = Aws::String>
74 NetworkingRequest&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
90 bool m_subnetIdsHasBeenSet =
false;
93 bool m_securityGroupIdsHasBeenSet =
false;
96 bool m_networkTypeHasBeenSet =
false;
AWS_PCS_API NetworkingRequest(Aws::Utils::Json::JsonView jsonValue)
bool NetworkTypeHasBeenSet() const
NetworkingRequest & AddSubnetIds(SubnetIdsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
NetworkingRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
void SetNetworkType(NetworkType 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 & WithNetworkType(NetworkType value)
NetworkType GetNetworkType() 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