7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
14namespace IoTWireless {
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
55 template <
typename WirelessGatewayTaskDefinitionIdT = Aws::String>
57 m_wirelessGatewayTaskDefinitionIdHasBeenSet =
true;
58 m_wirelessGatewayTaskDefinitionId = std::forward<WirelessGatewayTaskDefinitionIdT>(value);
60 template <
typename WirelessGatewayTaskDefinitionIdT = Aws::String>
70 bool m_idHasBeenSet =
false;
71 bool m_wirelessGatewayTaskDefinitionIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_IOTWIRELESS_API CreateWirelessGatewayTaskRequest()=default
CreateWirelessGatewayTaskRequest & WithId(IdT &&value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
void SetWirelessGatewayTaskDefinitionId(WirelessGatewayTaskDefinitionIdT &&value)
const Aws::String & GetWirelessGatewayTaskDefinitionId() const
CreateWirelessGatewayTaskRequest & WithWirelessGatewayTaskDefinitionId(WirelessGatewayTaskDefinitionIdT &&value)
const Aws::String & GetId() const
bool WirelessGatewayTaskDefinitionIdHasBeenSet() const
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String