7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotwireless/model/UpdateWirelessGatewayTaskCreate.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/iotwireless/model/Tag.h>
14#include <aws/core/utils/UUID.h>
34 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateWirelessGatewayTaskDefinition"; }
47 inline void SetAutoCreateTasks(
bool value) { m_autoCreateTasksHasBeenSet =
true; m_autoCreateTasks = value; }
59 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
93 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
115 bool m_autoCreateTasks;
116 bool m_autoCreateTasksHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
122 bool m_updateHasBeenSet =
false;
125 bool m_clientRequestTokenHasBeenSet =
false;
128 bool m_tagsHasBeenSet =
false;
void SetTags(const Aws::Vector< Tag > &value)
bool TagsHasBeenSet() const
void SetAutoCreateTasks(bool value)
bool AutoCreateTasksHasBeenSet() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
void SetName(Aws::String &&value)
void SetUpdate(const UpdateWirelessGatewayTaskCreate &value)
CreateWirelessGatewayTaskDefinitionRequest & WithName(Aws::String &&value)
CreateWirelessGatewayTaskDefinitionRequest & WithName(const char *value)
bool NameHasBeenSet() const
CreateWirelessGatewayTaskDefinitionRequest & WithTags(Aws::Vector< Tag > &&value)
CreateWirelessGatewayTaskDefinitionRequest & AddTags(Tag &&value)
void SetClientRequestToken(const Aws::String &value)
const Aws::String & GetClientRequestToken() const
void SetName(const char *value)
CreateWirelessGatewayTaskDefinitionRequest & WithClientRequestToken(const char *value)
CreateWirelessGatewayTaskDefinitionRequest & WithUpdate(UpdateWirelessGatewayTaskCreate &&value)
const Aws::Vector< Tag > & GetTags() const
bool UpdateHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetUpdate(UpdateWirelessGatewayTaskCreate &&value)
CreateWirelessGatewayTaskDefinitionRequest & WithUpdate(const UpdateWirelessGatewayTaskCreate &value)
CreateWirelessGatewayTaskDefinitionRequest & WithAutoCreateTasks(bool value)
AWS_IOTWIRELESS_API CreateWirelessGatewayTaskDefinitionRequest()
void SetClientRequestToken(Aws::String &&value)
CreateWirelessGatewayTaskDefinitionRequest & WithName(const Aws::String &value)
CreateWirelessGatewayTaskDefinitionRequest & WithClientRequestToken(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
bool ClientRequestTokenHasBeenSet() const
CreateWirelessGatewayTaskDefinitionRequest & WithClientRequestToken(const Aws::String &value)
void SetName(const Aws::String &value)
CreateWirelessGatewayTaskDefinitionRequest & WithTags(const Aws::Vector< Tag > &value)
const UpdateWirelessGatewayTaskCreate & GetUpdate() const
bool GetAutoCreateTasks() const
const Aws::String & GetName() const
void SetClientRequestToken(const char *value)
CreateWirelessGatewayTaskDefinitionRequest & AddTags(const Tag &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector