7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
9#include <aws/opensearch/model/CrossClusterSearchConnectionProperties.h>
20namespace OpenSearchService {
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 CrossClusterSearchT = CrossClusterSearchConnectionProperties>
64 m_crossClusterSearchHasBeenSet =
true;
65 m_crossClusterSearch = std::forward<CrossClusterSearchT>(value);
67 template <
typename CrossClusterSearchT = CrossClusterSearchConnectionProperties>
77 bool m_endpointHasBeenSet =
false;
78 bool m_crossClusterSearchHasBeenSet =
false;
AWS_OPENSEARCHSERVICE_API ConnectionProperties(Aws::Utils::Json::JsonView jsonValue)
const CrossClusterSearchConnectionProperties & GetCrossClusterSearch() const
AWS_OPENSEARCHSERVICE_API ConnectionProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpoint(EndpointT &&value)
AWS_OPENSEARCHSERVICE_API ConnectionProperties()=default
void SetCrossClusterSearch(CrossClusterSearchT &&value)
bool CrossClusterSearchHasBeenSet() const
bool EndpointHasBeenSet() const
ConnectionProperties & WithCrossClusterSearch(CrossClusterSearchT &&value)
const Aws::String & GetEndpoint() const
ConnectionProperties & WithEndpoint(EndpointT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue