7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetEndpoint(
const char* value) { m_endpointHasBeenSet =
true; m_endpoint.assign(value); }
66 inline void SetAwsRegion(
const char* value) { m_awsRegionHasBeenSet =
true; m_awsRegion.assign(value); }
74 bool m_endpointHasBeenSet =
false;
77 bool m_awsRegionHasBeenSet =
false;
const Aws::String & GetAwsRegion() const
AWS_APPSYNC_API ElasticsearchDataSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPSYNC_API ElasticsearchDataSourceConfig(Aws::Utils::Json::JsonView jsonValue)
ElasticsearchDataSourceConfig & WithAwsRegion(const char *value)
void SetEndpoint(Aws::String &&value)
ElasticsearchDataSourceConfig & WithEndpoint(Aws::String &&value)
ElasticsearchDataSourceConfig & WithAwsRegion(Aws::String &&value)
void SetEndpoint(const Aws::String &value)
bool EndpointHasBeenSet() const
void SetAwsRegion(Aws::String &&value)
bool AwsRegionHasBeenSet() const
void SetAwsRegion(const Aws::String &value)
ElasticsearchDataSourceConfig & WithAwsRegion(const Aws::String &value)
AWS_APPSYNC_API ElasticsearchDataSourceConfig()
void SetAwsRegion(const char *value)
ElasticsearchDataSourceConfig & WithEndpoint(const char *value)
ElasticsearchDataSourceConfig & WithEndpoint(const Aws::String &value)
const Aws::String & GetEndpoint() const
void SetEndpoint(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue