7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
19namespace OpenSearchServerless {
46 template <
typename CollectionEndpo
intT = Aws::String>
48 m_collectionEndpointHasBeenSet =
true;
49 m_collectionEndpoint = std::forward<CollectionEndpointT>(value);
51 template <
typename CollectionEndpo
intT = Aws::String>
66 template <
typename DashboardEndpo
intT = Aws::String>
68 m_dashboardEndpointHasBeenSet =
true;
69 m_dashboardEndpoint = std::forward<DashboardEndpointT>(value);
71 template <
typename DashboardEndpo
intT = Aws::String>
81 bool m_collectionEndpointHasBeenSet =
false;
82 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