7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "AssociateWirelessGatewayWithCertificate"; }
42 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
43 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
57 inline void SetIotCertificateId(
const char* value) { m_iotCertificateIdHasBeenSet =
true; m_iotCertificateId.assign(value); }
65 bool m_idHasBeenSet =
false;
68 bool m_iotCertificateIdHasBeenSet =
false;
AssociateWirelessGatewayWithCertificateRequest & WithId(const Aws::String &value)
AssociateWirelessGatewayWithCertificateRequest & WithId(const char *value)
void SetId(Aws::String &&value)
AssociateWirelessGatewayWithCertificateRequest & WithIotCertificateId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_IOTWIRELESS_API AssociateWirelessGatewayWithCertificateRequest()
const Aws::String & GetId() const
AssociateWirelessGatewayWithCertificateRequest & WithIotCertificateId(Aws::String &&value)
const Aws::String & GetIotCertificateId() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
void SetIotCertificateId(const Aws::String &value)
bool IdHasBeenSet() const
void SetId(const char *value)
bool IotCertificateIdHasBeenSet() const
void SetIotCertificateId(Aws::String &&value)
AssociateWirelessGatewayWithCertificateRequest & WithIotCertificateId(const char *value)
void SetId(const Aws::String &value)
void SetIotCertificateId(const char *value)
AssociateWirelessGatewayWithCertificateRequest & WithId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String