AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
AwsXrayEncryptionConfigDetails.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SecurityHub {
20namespace Model {
21
29 public:
30 AWS_SECURITYHUB_API AwsXrayEncryptionConfigDetails() = default;
33 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetKeyId() const { return m_keyId; }
41 inline bool KeyIdHasBeenSet() const { return m_keyIdHasBeenSet; }
42 template <typename KeyIdT = Aws::String>
43 void SetKeyId(KeyIdT&& value) {
44 m_keyIdHasBeenSet = true;
45 m_keyId = std::forward<KeyIdT>(value);
46 }
47 template <typename KeyIdT = Aws::String>
49 SetKeyId(std::forward<KeyIdT>(value));
50 return *this;
51 }
53
55
61 inline const Aws::String& GetStatus() const { return m_status; }
62 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
63 template <typename StatusT = Aws::String>
64 void SetStatus(StatusT&& value) {
65 m_statusHasBeenSet = true;
66 m_status = std::forward<StatusT>(value);
67 }
68 template <typename StatusT = Aws::String>
70 SetStatus(std::forward<StatusT>(value));
71 return *this;
72 }
74
76
80 inline const Aws::String& GetType() const { return m_type; }
81 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
82 template <typename TypeT = Aws::String>
83 void SetType(TypeT&& value) {
84 m_typeHasBeenSet = true;
85 m_type = std::forward<TypeT>(value);
86 }
87 template <typename TypeT = Aws::String>
89 SetType(std::forward<TypeT>(value));
90 return *this;
91 }
93 private:
94 Aws::String m_keyId;
95
96 Aws::String m_status;
97
98 Aws::String m_type;
99 bool m_keyIdHasBeenSet = false;
100 bool m_statusHasBeenSet = false;
101 bool m_typeHasBeenSet = false;
102};
103
104} // namespace Model
105} // namespace SecurityHub
106} // namespace Aws
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsXrayEncryptionConfigDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsXrayEncryptionConfigDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsXrayEncryptionConfigDetails & WithStatus(StatusT &&value)
AwsXrayEncryptionConfigDetails & WithKeyId(KeyIdT &&value)
AwsXrayEncryptionConfigDetails & WithType(TypeT &&value)
AWS_SECURITYHUB_API AwsXrayEncryptionConfigDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue