7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace OpenSearchService
59 inline VPCOptions&
AddSubnetIds(
const char* value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.push_back(value);
return *
this; }
81 bool m_subnetIdsHasBeenSet =
false;
84 bool m_securityGroupIdsHasBeenSet =
false;
bool SecurityGroupIdsHasBeenSet() const
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
VPCOptions & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
VPCOptions & AddSecurityGroupIds(const Aws::String &value)
VPCOptions & AddSecurityGroupIds(Aws::String &&value)
AWS_OPENSEARCHSERVICE_API VPCOptions(Aws::Utils::Json::JsonView jsonValue)
VPCOptions & AddSubnetIds(const Aws::String &value)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
VPCOptions & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
AWS_OPENSEARCHSERVICE_API VPCOptions()
bool SubnetIdsHasBeenSet() const
AWS_OPENSEARCHSERVICE_API VPCOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
VPCOptions & WithSubnetIds(Aws::Vector< Aws::String > &&value)
VPCOptions & AddSubnetIds(Aws::String &&value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
VPCOptions & AddSecurityGroupIds(const char *value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
VPCOptions & AddSubnetIds(const char *value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
VPCOptions & WithSubnetIds(const Aws::Vector< Aws::String > &value)
void SetSecurityGroupIds(const 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