7#include <aws/emr-serverless/EMRServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace EMRServerless
48 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
49 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
50 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
52 template<
typename SubnetIdsT = Aws::String>
62 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
63 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
64 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
66 template<
typename SecurityGroupIdsT = Aws::String>
72 bool m_subnetIdsHasBeenSet =
false;
75 bool m_securityGroupIdsHasBeenSet =
false;
NetworkConfiguration & AddSubnetIds(SubnetIdsT &&value)
AWS_EMRSERVERLESS_API NetworkConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
bool SubnetIdsHasBeenSet() const
NetworkConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_EMRSERVERLESS_API NetworkConfiguration()=default
const Aws::Vector< Aws::String > & GetSubnetIds() const
NetworkConfiguration & WithSubnetIds(SubnetIdsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
NetworkConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_EMRSERVERLESS_API NetworkConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetIds(SubnetIdsT &&value)
AWS_EMRSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool SecurityGroupIdsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue