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 "DisassociateWirelessGatewayFromCertificate"; }
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); }
51 bool m_idHasBeenSet =
false;
const Aws::String & GetId() const
DisassociateWirelessGatewayFromCertificateRequest & WithId(const char *value)
DisassociateWirelessGatewayFromCertificateRequest & WithId(Aws::String &&value)
void SetId(const char *value)
DisassociateWirelessGatewayFromCertificateRequest & WithId(const Aws::String &value)
bool IdHasBeenSet() const
void SetId(const Aws::String &value)
AWS_IOTWIRELESS_API DisassociateWirelessGatewayFromCertificateRequest()
void SetId(Aws::String &&value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String