7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace OpenSearchServerless
52 template<
typename CollectionEndpo
intT = Aws::String>
53 void SetCollectionEndpoint(CollectionEndpointT&& value) { m_collectionEndpointHasBeenSet =
true; m_collectionEndpoint = std::forward<CollectionEndpointT>(value); }
54 template<
typename CollectionEndpo
intT = Aws::String>
66 template<
typename DashboardEndpo
intT = Aws::String>
67 void SetDashboardEndpoint(DashboardEndpointT&& value) { m_dashboardEndpointHasBeenSet =
true; m_dashboardEndpoint = std::forward<DashboardEndpointT>(value); }
68 template<
typename DashboardEndpo
intT = Aws::String>
74 bool m_collectionEndpointHasBeenSet =
false;
77 bool m_dashboardEndpointHasBeenSet =
false;
FipsEndpoints & WithDashboardEndpoint(DashboardEndpointT &&value)
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
FipsEndpoints & WithCollectionEndpoint(CollectionEndpointT &&value)
AWS_OPENSEARCHSERVERLESS_API FipsEndpoints & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCollectionEndpoint(CollectionEndpointT &&value)
AWS_OPENSEARCHSERVERLESS_API FipsEndpoints()=default
const Aws::String & GetCollectionEndpoint() const
void SetDashboardEndpoint(DashboardEndpointT &&value)
bool DashboardEndpointHasBeenSet() const
const Aws::String & GetDashboardEndpoint() const
AWS_OPENSEARCHSERVERLESS_API FipsEndpoints(Aws::Utils::Json::JsonView jsonValue)
bool CollectionEndpointHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue