7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename SubnetsT = Aws::Vector<Aws::String>>
47 m_subnetsHasBeenSet =
true;
48 m_subnets = std::forward<SubnetsT>(value);
50 template <
typename SubnetsT = Aws::Vector<Aws::String>>
55 template <
typename SubnetsT = Aws::String>
57 m_subnetsHasBeenSet =
true;
58 m_subnets.emplace_back(std::forward<SubnetsT>(value));
69 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
71 m_securityGroupsHasBeenSet =
true;
72 m_securityGroups = std::forward<SecurityGroupsT>(value);
74 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
79 template <
typename SecurityGroupsT = Aws::String>
81 m_securityGroupsHasBeenSet =
true;
82 m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
90 bool m_subnetsHasBeenSet =
false;
91 bool m_securityGroupsHasBeenSet =
false;
ManagedInstancesNetworkConfiguration & AddSecurityGroups(SecurityGroupsT &&value)
AWS_BATCH_API ManagedInstancesNetworkConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroups(SecurityGroupsT &&value)
bool SecurityGroupsHasBeenSet() const
bool SubnetsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroups() const
AWS_BATCH_API ManagedInstancesNetworkConfiguration(Aws::Utils::Json::JsonView jsonValue)
ManagedInstancesNetworkConfiguration & WithSecurityGroups(SecurityGroupsT &&value)
void SetSubnets(SubnetsT &&value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
ManagedInstancesNetworkConfiguration & AddSubnets(SubnetsT &&value)
ManagedInstancesNetworkConfiguration & WithSubnets(SubnetsT &&value)
AWS_BATCH_API ManagedInstancesNetworkConfiguration()=default
const Aws::Vector< Aws::String > & GetSubnets() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue