7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename IotCertificateIdT = Aws::String>
41 void SetIotCertificateId(IotCertificateIdT&& value) { m_iotCertificateIdHasBeenSet =
true; m_iotCertificateId = std::forward<IotCertificateIdT>(value); }
42 template<
typename IotCertificateIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_iotCertificateIdHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
AssociateWirelessGatewayWithCertificateResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetIotCertificateId() const
AWS_IOTWIRELESS_API AssociateWirelessGatewayWithCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateWirelessGatewayWithCertificateResult & WithIotCertificateId(IotCertificateIdT &&value)
AWS_IOTWIRELESS_API AssociateWirelessGatewayWithCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIotCertificateId(IotCertificateIdT &&value)
AWS_IOTWIRELESS_API AssociateWirelessGatewayWithCertificateResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue