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