AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
QopConfiguration.h
1
6#pragma once
7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/datasync/model/HdfsRpcProtection.h>
9#include <aws/datasync/model/HdfsDataTransferProtection.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace DataSync
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_DATASYNC_API QopConfiguration() = default;
38 AWS_DATASYNC_API QopConfiguration(Aws::Utils::Json::JsonView jsonValue);
40 AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline HdfsRpcProtection GetRpcProtection() const { return m_rpcProtection; }
50 inline bool RpcProtectionHasBeenSet() const { return m_rpcProtectionHasBeenSet; }
51 inline void SetRpcProtection(HdfsRpcProtection value) { m_rpcProtectionHasBeenSet = true; m_rpcProtection = value; }
54
56
61 inline HdfsDataTransferProtection GetDataTransferProtection() const { return m_dataTransferProtection; }
62 inline bool DataTransferProtectionHasBeenSet() const { return m_dataTransferProtectionHasBeenSet; }
63 inline void SetDataTransferProtection(HdfsDataTransferProtection value) { m_dataTransferProtectionHasBeenSet = true; m_dataTransferProtection = value; }
66 private:
67
69 bool m_rpcProtectionHasBeenSet = false;
70
72 bool m_dataTransferProtectionHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace DataSync
77} // namespace Aws
HdfsDataTransferProtection GetDataTransferProtection() const
HdfsRpcProtection GetRpcProtection() const
AWS_DATASYNC_API QopConfiguration()=default
void SetRpcProtection(HdfsRpcProtection value)
QopConfiguration & WithDataTransferProtection(HdfsDataTransferProtection value)
AWS_DATASYNC_API QopConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_DATASYNC_API QopConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
QopConfiguration & WithRpcProtection(HdfsRpcProtection value)
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDataTransferProtection(HdfsDataTransferProtection value)
Aws::Utils::Json::JsonValue JsonValue