7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
19namespace IoTWireless {
40 template <
typename CertificateIdT = Aws::String>
42 m_certificateIdHasBeenSet =
true;
43 m_certificateId = std::forward<CertificateIdT>(value);
45 template <
typename CertificateIdT = Aws::String>
60 m_maxAllowedSignatureHasBeenSet =
true;
61 m_maxAllowedSignature = value;
76 m_factorySupportHasBeenSet =
true;
77 m_factorySupport = value;
92 template <
typename ApIdT = Aws::String>
94 m_apIdHasBeenSet =
true;
95 m_apId = std::forward<ApIdT>(value);
97 template <
typename ApIdT = Aws::String>
99 SetApId(std::forward<ApIdT>(value));
110 template <
typename DeviceTypeIdT = Aws::String>
112 m_deviceTypeIdHasBeenSet =
true;
113 m_deviceTypeId = std::forward<DeviceTypeIdT>(value);
115 template <
typename DeviceTypeIdT = Aws::String>
124 int m_maxAllowedSignature{0};
126 bool m_factorySupport{
false};
131 bool m_certificateIdHasBeenSet =
false;
132 bool m_maxAllowedSignatureHasBeenSet =
false;
133 bool m_factorySupportHasBeenSet =
false;
134 bool m_apIdHasBeenSet =
false;
135 bool m_deviceTypeIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue