AWS SDK for C++

AWS SDK for C++ Version 1.11.717

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
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace signer {
21namespace Model {
22
30 public:
31 AWS_SIGNER_API SigningConfigurationOverrides() = default;
34 AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline EncryptionAlgorithm GetEncryptionAlgorithm() const { return m_encryptionAlgorithm; }
42 inline bool EncryptionAlgorithmHasBeenSet() const { return m_encryptionAlgorithmHasBeenSet; }
44 m_encryptionAlgorithmHasBeenSet = true;
45 m_encryptionAlgorithm = value;
46 }
49 return *this;
50 }
52
54
58 inline HashAlgorithm GetHashAlgorithm() const { return m_hashAlgorithm; }
59 inline bool HashAlgorithmHasBeenSet() const { return m_hashAlgorithmHasBeenSet; }
60 inline void SetHashAlgorithm(HashAlgorithm value) {
61 m_hashAlgorithmHasBeenSet = true;
62 m_hashAlgorithm = value;
63 }
65 SetHashAlgorithm(value);
66 return *this;
67 }
69 private:
71
73 bool m_encryptionAlgorithmHasBeenSet = false;
74 bool m_hashAlgorithmHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace signer
79} // 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