7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetCertificateId(
const char* value) { m_certificateIdHasBeenSet =
true; m_certificateId.assign(value); }
61 inline void SetMaxAllowedSignature(
int value) { m_maxAllowedSignatureHasBeenSet =
true; m_maxAllowedSignature = value; }
71 inline void SetFactorySupport(
bool value) { m_factorySupportHasBeenSet =
true; m_factorySupport = value; }
84 inline void SetApId(
const char* value) { m_apIdHasBeenSet =
true; m_apId.assign(value); }
98 inline void SetDeviceTypeId(
const char* value) { m_deviceTypeIdHasBeenSet =
true; m_deviceTypeId.assign(value); }
106 bool m_certificateIdHasBeenSet =
false;
108 int m_maxAllowedSignature;
109 bool m_maxAllowedSignatureHasBeenSet =
false;
111 bool m_factorySupport;
112 bool m_factorySupportHasBeenSet =
false;
115 bool m_apIdHasBeenSet =
false;
118 bool m_deviceTypeIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue