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