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"; }
41 template<
typename IdT = Aws::String>
42 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
43 template<
typename IdT = Aws::String>
53 template<
typename IotCertificateIdT = Aws::String>
54 void SetIotCertificateId(IotCertificateIdT&& value) { m_iotCertificateIdHasBeenSet =
true; m_iotCertificateId = std::forward<IotCertificateIdT>(value); }
55 template<
typename IotCertificateIdT = Aws::String>
61 bool m_idHasBeenSet =
false;
64 bool m_iotCertificateIdHasBeenSet =
false;
AssociateWirelessGatewayWithCertificateRequest & WithId(IdT &&value)
void SetIotCertificateId(IotCertificateIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetId() const
const Aws::String & GetIotCertificateId() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
bool IdHasBeenSet() const
bool IotCertificateIdHasBeenSet() const
AssociateWirelessGatewayWithCertificateRequest & WithIotCertificateId(IotCertificateIdT &&value)
AWS_IOTWIRELESS_API AssociateWirelessGatewayWithCertificateRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String