AWS SDK for C++

AWS SDK for C++ Version 1.11.883

Loading...
Searching...
No Matches
EncryptionConfiguration.h
1
6#pragma once
7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AgentRegistryControl {
20namespace Model {
21
30 public:
31 AWS_AGENTREGISTRYCONTROL_API EncryptionConfiguration() = default;
32 AWS_AGENTREGISTRYCONTROL_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue);
33 AWS_AGENTREGISTRYCONTROL_API EncryptionConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
43 inline const Aws::String& GetKmsKeyArn() const { return m_kmsKeyArn; }
44 inline bool KmsKeyArnHasBeenSet() const { return m_kmsKeyArnHasBeenSet; }
45 template <typename KmsKeyArnT = Aws::String>
46 void SetKmsKeyArn(KmsKeyArnT&& value) {
47 m_kmsKeyArnHasBeenSet = true;
48 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
49 }
50 template <typename KmsKeyArnT = Aws::String>
52 SetKmsKeyArn(std::forward<KmsKeyArnT>(value));
53 return *this;
54 }
56 private:
57 Aws::String m_kmsKeyArn;
58 bool m_kmsKeyArnHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace AgentRegistryControl
63} // namespace Aws
EncryptionConfiguration & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_AGENTREGISTRYCONTROL_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRYCONTROL_API EncryptionConfiguration()=default
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGENTREGISTRYCONTROL_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue