7#include <aws/mwaa/MWAA_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>
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>
79 bool m_subnetIdsHasBeenSet =
false;
82 bool m_securityGroupIdsHasBeenSet =
false;
NetworkConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
AWS_MWAA_API NetworkConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
AWS_MWAA_API NetworkConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetIds(SubnetIdsT &&value)
AWS_MWAA_API Aws::Utils::Json::JsonValue Jsonize() const
NetworkConfiguration & AddSubnetIds(SubnetIdsT &&value)
NetworkConfiguration & WithSubnetIds(SubnetIdsT &&value)
NetworkConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_MWAA_API NetworkConfiguration()=default
bool SubnetIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue