7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename Endpo
intT = Aws::String>
51 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
52 template<
typename Endpo
intT = Aws::String>
62 template<
typename AwsRegionT = Aws::String>
63 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
64 template<
typename AwsRegionT = Aws::String>
70 bool m_endpointHasBeenSet =
false;
73 bool m_awsRegionHasBeenSet =
false;
AWS_APPSYNC_API ElasticsearchDataSourceConfig()=default
void SetEndpoint(EndpointT &&value)
void SetAwsRegion(AwsRegionT &&value)
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 & WithEndpoint(EndpointT &&value)
bool EndpointHasBeenSet() const
ElasticsearchDataSourceConfig & WithAwsRegion(AwsRegionT &&value)
bool AwsRegionHasBeenSet() const
const Aws::String & GetEndpoint() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue