7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/model/EncryptionAlgorithmOptions.h>
9#include <aws/signer/model/HashAlgorithmOptions.h>
48 template<
typename EncryptionAlgorithmOptionsT = EncryptionAlgorithmOptions>
49 void SetEncryptionAlgorithmOptions(EncryptionAlgorithmOptionsT&& value) { m_encryptionAlgorithmOptionsHasBeenSet =
true; m_encryptionAlgorithmOptions = std::forward<EncryptionAlgorithmOptionsT>(value); }
50 template<
typename EncryptionAlgorithmOptionsT = EncryptionAlgorithmOptions>
60 template<
typename HashAlgorithmOptionsT = HashAlgorithmOptions>
61 void SetHashAlgorithmOptions(HashAlgorithmOptionsT&& value) { m_hashAlgorithmOptionsHasBeenSet =
true; m_hashAlgorithmOptions = std::forward<HashAlgorithmOptionsT>(value); }
62 template<
typename HashAlgorithmOptionsT = HashAlgorithmOptions>
68 bool m_encryptionAlgorithmOptionsHasBeenSet =
false;
71 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