7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename CertificateIdT = Aws::String>
47 void SetCertificateId(CertificateIdT&& value) { m_certificateIdHasBeenSet =
true; m_certificateId = std::forward<CertificateIdT>(value); }
48 template<
typename CertificateIdT = Aws::String>
59 inline void SetMaxAllowedSignature(
int value) { m_maxAllowedSignatureHasBeenSet =
true; m_maxAllowedSignature = value; }
69 inline void SetFactorySupport(
bool value) { m_factorySupportHasBeenSet =
true; m_factorySupport = value; }
80 template<
typename ApIdT = Aws::String>
81 void SetApId(ApIdT&& value) { m_apIdHasBeenSet =
true; m_apId = std::forward<ApIdT>(value); }
82 template<
typename ApIdT = Aws::String>
92 template<
typename DeviceTypeIdT = Aws::String>
93 void SetDeviceTypeId(DeviceTypeIdT&& value) { m_deviceTypeIdHasBeenSet =
true; m_deviceTypeId = std::forward<DeviceTypeIdT>(value); }
94 template<
typename DeviceTypeIdT = Aws::String>
100 bool m_certificateIdHasBeenSet =
false;
102 int m_maxAllowedSignature{0};
103 bool m_maxAllowedSignatureHasBeenSet =
false;
105 bool m_factorySupport{
false};
106 bool m_factorySupportHasBeenSet =
false;
109 bool m_apIdHasBeenSet =
false;
112 bool m_deviceTypeIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue