AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
SslProperties.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace QuickSight {
17namespace Model {
18
26 public:
27 AWS_QUICKSIGHT_API SslProperties() = default;
28 AWS_QUICKSIGHT_API SslProperties(Aws::Utils::Json::JsonView jsonValue);
29 AWS_QUICKSIGHT_API SslProperties& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline bool GetDisableSsl() const { return m_disableSsl; }
37 inline bool DisableSslHasBeenSet() const { return m_disableSslHasBeenSet; }
38 inline void SetDisableSsl(bool value) {
39 m_disableSslHasBeenSet = true;
40 m_disableSsl = value;
41 }
42 inline SslProperties& WithDisableSsl(bool value) {
43 SetDisableSsl(value);
44 return *this;
45 }
47 private:
48 bool m_disableSsl{false};
49 bool m_disableSslHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace QuickSight
54} // namespace Aws
AWS_QUICKSIGHT_API SslProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API SslProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API SslProperties()=default
SslProperties & WithDisableSsl(bool value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue