7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/signer/model/HashAlgorithm.h>
48 template<
typename AllowedValuesT = Aws::Vector<HashAlgorithm>>
49 void SetAllowedValues(AllowedValuesT&& value) { m_allowedValuesHasBeenSet =
true; m_allowedValues = std::forward<AllowedValuesT>(value); }
50 template<
typename AllowedValuesT = Aws::Vector<HashAlgorithm>>
67 bool m_allowedValuesHasBeenSet =
false;
70 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