7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename Endpo
intT = Aws::String>
48 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
49 template<
typename Endpo
intT = Aws::String>
59 template<
typename AwsRegionT = Aws::String>
60 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
61 template<
typename AwsRegionT = Aws::String>
67 bool m_endpointHasBeenSet =
false;
70 bool m_awsRegionHasBeenSet =
false;
void SetAwsRegion(AwsRegionT &&value)
OpenSearchServiceDataSourceConfig & WithEndpoint(EndpointT &&value)
bool AwsRegionHasBeenSet() const
AWS_APPSYNC_API OpenSearchServiceDataSourceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API OpenSearchServiceDataSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEndpoint(EndpointT &&value)
const Aws::String & GetEndpoint() const
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
bool EndpointHasBeenSet() const
AWS_APPSYNC_API OpenSearchServiceDataSourceConfig()=default
OpenSearchServiceDataSourceConfig & WithAwsRegion(AwsRegionT &&value)
const Aws::String & GetAwsRegion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue