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>
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 Networking&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
74 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
75 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
76 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
78 template<
typename SecurityGroupIdsT = Aws::String>
79 Networking&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
95 bool m_subnetIdsHasBeenSet =
false;
98 bool m_securityGroupIdsHasBeenSet =
false;
101 bool m_networkTypeHasBeenSet =
false;
void SetNetworkType(NetworkType value)
Networking & WithSecurityGroupIds(SecurityGroupIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
bool NetworkTypeHasBeenSet() 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)
NetworkType GetNetworkType() const
Networking & WithNetworkType(NetworkType value)
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