7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/SigningAlg.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename ValueT = Aws::String>
58 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
59 template<
typename ValueT = Aws::String>
65 bool m_signingAlgHasBeenSet =
false;
68 bool m_valueHasBeenSet =
false;
CertificateList & WithSigningAlg(SigningAlg value)
const Aws::String & GetValue() const
AWS_IOTWIRELESS_API CertificateList(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API CertificateList & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSigningAlg(SigningAlg value)
AWS_IOTWIRELESS_API CertificateList()=default
CertificateList & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
SigningAlg GetSigningAlg() const
void SetValue(ValueT &&value)
bool SigningAlgHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue