7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename Endpo
intT = Aws::String>
46 m_endpointHasBeenSet =
true;
47 m_endpoint = std::forward<EndpointT>(value);
49 template <
typename Endpo
intT = Aws::String>
62 template <
typename AwsRegionT = Aws::String>
64 m_awsRegionHasBeenSet =
true;
65 m_awsRegion = std::forward<AwsRegionT>(value);
67 template <
typename AwsRegionT = Aws::String>
77 bool m_endpointHasBeenSet =
false;
78 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