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>
56 inline VpcOptions&
AddSubnetIds(
const char* value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.push_back(value);
return *
this; }
101 bool m_subnetIdsHasBeenSet =
false;
104 bool m_securityGroupIdsHasBeenSet =
false;
107 bool m_vpcAttachmentOptionsHasBeenSet =
false;
110 bool m_vpcEndpointManagementHasBeenSet =
false;
void SetVpcAttachmentOptions(const VpcAttachmentOptions &value)
VpcOptions & WithVpcEndpointManagement(const VpcEndpointManagement &value)
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
VpcOptions & AddSecurityGroupIds(const Aws::String &value)
void SetVpcAttachmentOptions(VpcAttachmentOptions &&value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
VpcOptions & AddSubnetIds(const char *value)
AWS_OSIS_API VpcOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcOptions & AddSecurityGroupIds(const char *value)
const VpcEndpointManagement & GetVpcEndpointManagement() const
bool SecurityGroupIdsHasBeenSet() const
VpcOptions & AddSubnetIds(const Aws::String &value)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
bool SubnetIdsHasBeenSet() const
VpcOptions & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
AWS_OSIS_API VpcOptions()
VpcOptions & WithVpcAttachmentOptions(const VpcAttachmentOptions &value)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
bool VpcEndpointManagementHasBeenSet() const
void SetVpcEndpointManagement(const VpcEndpointManagement &value)
VpcOptions & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
AWS_OSIS_API VpcOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSubnetIds() const
VpcOptions & AddSubnetIds(Aws::String &&value)
bool VpcAttachmentOptionsHasBeenSet() const
VpcOptions & WithVpcAttachmentOptions(VpcAttachmentOptions &&value)
void SetVpcEndpointManagement(VpcEndpointManagement &&value)
VpcOptions & WithSubnetIds(const Aws::Vector< Aws::String > &value)
const VpcAttachmentOptions & GetVpcAttachmentOptions() const
VpcOptions & AddSecurityGroupIds(Aws::String &&value)
VpcOptions & WithVpcEndpointManagement(VpcEndpointManagement &&value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
VpcOptions & WithSubnetIds(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue