AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AwsElasticsearchDomainDomainEndpointOptions.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_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 SecurityHub
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SECURITYHUB_API AwsElasticsearchDomainDomainEndpointOptions() = default;
38 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline bool GetEnforceHTTPS() const { return m_enforceHTTPS; }
46 inline bool EnforceHTTPSHasBeenSet() const { return m_enforceHTTPSHasBeenSet; }
47 inline void SetEnforceHTTPS(bool value) { m_enforceHTTPSHasBeenSet = true; m_enforceHTTPS = value; }
50
52
59 inline const Aws::String& GetTLSSecurityPolicy() const { return m_tLSSecurityPolicy; }
60 inline bool TLSSecurityPolicyHasBeenSet() const { return m_tLSSecurityPolicyHasBeenSet; }
61 template<typename TLSSecurityPolicyT = Aws::String>
62 void SetTLSSecurityPolicy(TLSSecurityPolicyT&& value) { m_tLSSecurityPolicyHasBeenSet = true; m_tLSSecurityPolicy = std::forward<TLSSecurityPolicyT>(value); }
63 template<typename TLSSecurityPolicyT = Aws::String>
64 AwsElasticsearchDomainDomainEndpointOptions& WithTLSSecurityPolicy(TLSSecurityPolicyT&& value) { SetTLSSecurityPolicy(std::forward<TLSSecurityPolicyT>(value)); return *this;}
66 private:
67
68 bool m_enforceHTTPS{false};
69 bool m_enforceHTTPSHasBeenSet = false;
70
71 Aws::String m_tLSSecurityPolicy;
72 bool m_tLSSecurityPolicyHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace SecurityHub
77} // namespace Aws
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsElasticsearchDomainDomainEndpointOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsElasticsearchDomainDomainEndpointOptions & WithTLSSecurityPolicy(TLSSecurityPolicyT &&value)
AWS_SECURITYHUB_API AwsElasticsearchDomainDomainEndpointOptions(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue