AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SigningConfigurationOverrides.h
1
6#pragma once
7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/model/EncryptionAlgorithm.h>
9#include <aws/signer/model/HashAlgorithm.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 signer
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SIGNER_API SigningConfigurationOverrides() = default;
39 AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline EncryptionAlgorithm GetEncryptionAlgorithm() const { return m_encryptionAlgorithm; }
48 inline bool EncryptionAlgorithmHasBeenSet() const { return m_encryptionAlgorithmHasBeenSet; }
49 inline void SetEncryptionAlgorithm(EncryptionAlgorithm value) { m_encryptionAlgorithmHasBeenSet = true; m_encryptionAlgorithm = value; }
52
54
58 inline HashAlgorithm GetHashAlgorithm() const { return m_hashAlgorithm; }
59 inline bool HashAlgorithmHasBeenSet() const { return m_hashAlgorithmHasBeenSet; }
60 inline void SetHashAlgorithm(HashAlgorithm value) { m_hashAlgorithmHasBeenSet = true; m_hashAlgorithm = value; }
63 private:
64
66 bool m_encryptionAlgorithmHasBeenSet = false;
67
69 bool m_hashAlgorithmHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace signer
74} // namespace Aws
AWS_SIGNER_API SigningConfigurationOverrides()=default
SigningConfigurationOverrides & WithEncryptionAlgorithm(EncryptionAlgorithm value)
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
SigningConfigurationOverrides & WithHashAlgorithm(HashAlgorithm value)
AWS_SIGNER_API SigningConfigurationOverrides & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIGNER_API SigningConfigurationOverrides(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue