AWS SDK for C++

AWS SDK for C++ Version 1.11.644

Loading...
Searching...
No Matches
FipsEndpoints.h
1
6#pragma once
7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace OpenSearchServerless
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_OPENSEARCHSERVERLESS_API FipsEndpoints() = default;
38 AWS_OPENSEARCHSERVERLESS_API FipsEndpoints(Aws::Utils::Json::JsonView jsonValue);
39 AWS_OPENSEARCHSERVERLESS_API FipsEndpoints& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
50 inline const Aws::String& GetCollectionEndpoint() const { return m_collectionEndpoint; }
51 inline bool CollectionEndpointHasBeenSet() const { return m_collectionEndpointHasBeenSet; }
52 template<typename CollectionEndpointT = Aws::String>
53 void SetCollectionEndpoint(CollectionEndpointT&& value) { m_collectionEndpointHasBeenSet = true; m_collectionEndpoint = std::forward<CollectionEndpointT>(value); }
54 template<typename CollectionEndpointT = Aws::String>
55 FipsEndpoints& WithCollectionEndpoint(CollectionEndpointT&& value) { SetCollectionEndpoint(std::forward<CollectionEndpointT>(value)); return *this;}
57
59
64 inline const Aws::String& GetDashboardEndpoint() const { return m_dashboardEndpoint; }
65 inline bool DashboardEndpointHasBeenSet() const { return m_dashboardEndpointHasBeenSet; }
66 template<typename DashboardEndpointT = Aws::String>
67 void SetDashboardEndpoint(DashboardEndpointT&& value) { m_dashboardEndpointHasBeenSet = true; m_dashboardEndpoint = std::forward<DashboardEndpointT>(value); }
68 template<typename DashboardEndpointT = Aws::String>
69 FipsEndpoints& WithDashboardEndpoint(DashboardEndpointT&& value) { SetDashboardEndpoint(std::forward<DashboardEndpointT>(value)); return *this;}
71 private:
72
73 Aws::String m_collectionEndpoint;
74 bool m_collectionEndpointHasBeenSet = false;
75
76 Aws::String m_dashboardEndpoint;
77 bool m_dashboardEndpointHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace OpenSearchServerless
82} // namespace Aws
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)
const Aws::String & GetDashboardEndpoint() const
AWS_OPENSEARCHSERVERLESS_API FipsEndpoints(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue