7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/signer/Signer_EXPORTS.h>
9#include <aws/signer/model/HashAlgorithm.h>
42 template <
typename AllowedValuesT = Aws::Vector<HashAlgorithm>>
44 m_allowedValuesHasBeenSet =
true;
45 m_allowedValues = std::forward<AllowedValuesT>(value);
47 template <
typename AllowedValuesT = Aws::Vector<HashAlgorithm>>
53 m_allowedValuesHasBeenSet =
true;
54 m_allowedValues.push_back(value);
66 m_defaultValueHasBeenSet =
true;
67 m_defaultValue = value;
78 bool m_allowedValuesHasBeenSet =
false;
79 bool m_defaultValueHasBeenSet =
false;
AWS_SIGNER_API HashAlgorithmOptions()=default
void SetAllowedValues(AllowedValuesT &&value)
HashAlgorithmOptions & WithAllowedValues(AllowedValuesT &&value)
void SetDefaultValue(HashAlgorithm value)
bool DefaultValueHasBeenSet() const
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
HashAlgorithmOptions & AddAllowedValues(HashAlgorithm value)
HashAlgorithm GetDefaultValue() const
AWS_SIGNER_API HashAlgorithmOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIGNER_API HashAlgorithmOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< HashAlgorithm > & GetAllowedValues() const
HashAlgorithmOptions & WithDefaultValue(HashAlgorithm value)
bool AllowedValuesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue