7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/model/EncryptionAlgorithmOptions.h>
9#include <aws/signer/model/HashAlgorithmOptions.h>
42 template <
typename EncryptionAlgorithmOptionsT = EncryptionAlgorithmOptions>
44 m_encryptionAlgorithmOptionsHasBeenSet =
true;
45 m_encryptionAlgorithmOptions = std::forward<EncryptionAlgorithmOptionsT>(value);
47 template <
typename EncryptionAlgorithmOptionsT = EncryptionAlgorithmOptions>
60 template <
typename HashAlgorithmOptionsT = HashAlgorithmOptions>
62 m_hashAlgorithmOptionsHasBeenSet =
true;
63 m_hashAlgorithmOptions = std::forward<HashAlgorithmOptionsT>(value);
65 template <
typename HashAlgorithmOptionsT = HashAlgorithmOptions>
75 bool m_encryptionAlgorithmOptionsHasBeenSet =
false;
76 bool m_hashAlgorithmOptionsHasBeenSet =
false;
void SetHashAlgorithmOptions(HashAlgorithmOptionsT &&value)
SigningConfiguration & WithEncryptionAlgorithmOptions(EncryptionAlgorithmOptionsT &&value)
AWS_SIGNER_API SigningConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIGNER_API SigningConfiguration()=default
void SetEncryptionAlgorithmOptions(EncryptionAlgorithmOptionsT &&value)
bool HashAlgorithmOptionsHasBeenSet() const
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SIGNER_API SigningConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool EncryptionAlgorithmOptionsHasBeenSet() const
SigningConfiguration & WithHashAlgorithmOptions(HashAlgorithmOptionsT &&value)
const HashAlgorithmOptions & GetHashAlgorithmOptions() const
const EncryptionAlgorithmOptions & GetEncryptionAlgorithmOptions() const
Aws::Utils::Json::JsonValue JsonValue