7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/osis/model/VpcAttachmentOptions.h>
10#include <aws/osis/model/VpcEndpointManagement.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
51 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
52 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
54 template<
typename SubnetIdsT = Aws::String>
55 VpcOptions&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
64 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
65 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
66 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
68 template<
typename SecurityGroupIdsT = Aws::String>
69 VpcOptions&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
78 template<
typename VpcAttachmentOptionsT = VpcAttachmentOptions>
79 void SetVpcAttachmentOptions(VpcAttachmentOptionsT&& value) { m_vpcAttachmentOptionsHasBeenSet =
true; m_vpcAttachmentOptions = std::forward<VpcAttachmentOptionsT>(value); }
80 template<
typename VpcAttachmentOptionsT = VpcAttachmentOptions>
97 bool m_subnetIdsHasBeenSet =
false;
100 bool m_securityGroupIdsHasBeenSet =
false;
103 bool m_vpcAttachmentOptionsHasBeenSet =
false;
106 bool m_vpcEndpointManagementHasBeenSet =
false;
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
VpcOptions & WithVpcEndpointManagement(VpcEndpointManagement value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
VpcEndpointManagement GetVpcEndpointManagement() const
AWS_OSIS_API VpcOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcOptions & AddSecurityGroupIds(SecurityGroupIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
AWS_OSIS_API VpcOptions()=default
void SetVpcAttachmentOptions(VpcAttachmentOptionsT &&value)
bool SubnetIdsHasBeenSet() const
void SetVpcEndpointManagement(VpcEndpointManagement value)
bool VpcEndpointManagementHasBeenSet() const
VpcOptions & WithVpcAttachmentOptions(VpcAttachmentOptionsT &&value)
VpcOptions & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_OSIS_API VpcOptions(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetIds(SubnetIdsT &&value)
VpcOptions & AddSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
bool VpcAttachmentOptionsHasBeenSet() const
const VpcAttachmentOptions & GetVpcAttachmentOptions() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
VpcOptions & WithSubnetIds(SubnetIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue