7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pcs/PCS_EXPORTS.h>
10#include <aws/pcs/model/NetworkType.h>
47 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
49 m_subnetIdsHasBeenSet =
true;
50 m_subnetIds = std::forward<SubnetIdsT>(value);
52 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
57 template <
typename SubnetIdsT = Aws::String>
59 m_subnetIdsHasBeenSet =
true;
60 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
78 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
80 m_securityGroupIdsHasBeenSet =
true;
81 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
83 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
88 template <
typename SecurityGroupIdsT = Aws::String>
90 m_securityGroupIdsHasBeenSet =
true;
91 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
104 m_networkTypeHasBeenSet =
true;
105 m_networkType = value;
118 bool m_subnetIdsHasBeenSet =
false;
119 bool m_securityGroupIdsHasBeenSet =
false;
120 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