7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AgentRegistryControl {
45 template <
typename KmsKeyArnT = Aws::String>
47 m_kmsKeyArnHasBeenSet =
true;
48 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
50 template <
typename KmsKeyArnT = Aws::String>
58 bool m_kmsKeyArnHasBeenSet =
false;
EncryptionConfiguration & WithKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetKmsKeyArn() const
AWS_AGENTREGISTRYCONTROL_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRYCONTROL_API EncryptionConfiguration()=default
bool KmsKeyArnHasBeenSet() const
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGENTREGISTRYCONTROL_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyArn(KmsKeyArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue