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