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; }
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
69 template<
typename UpdateT = UpdateWirelessGatewayTaskCreate>
70 void SetUpdate(UpdateT&& value) { m_updateHasBeenSet =
true; m_update = std::forward<UpdateT>(value); }
71 template<
typename UpdateT = UpdateWirelessGatewayTaskCreate>
89 template<
typename ClientRequestTokenT = Aws::String>
90 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
91 template<
typename ClientRequestTokenT = Aws::String>
102 template<
typename TagsT = Aws::Vector<Tag>>
103 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
104 template<
typename TagsT = Aws::Vector<Tag>>
106 template<
typename TagsT = Tag>
111 bool m_autoCreateTasks{
false};
112 bool m_autoCreateTasksHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
117 UpdateWirelessGatewayTaskCreate m_update;
118 bool m_updateHasBeenSet =
false;
121 bool m_clientRequestTokenHasBeenSet =
true;
124 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
void SetAutoCreateTasks(bool value)
bool AutoCreateTasksHasBeenSet() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
CreateWirelessGatewayTaskDefinitionRequest & WithName(NameT &&value)
CreateWirelessGatewayTaskDefinitionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
CreateWirelessGatewayTaskDefinitionRequest & AddTags(TagsT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetUpdate(UpdateT &&value)
bool NameHasBeenSet() const
const Aws::String & GetClientRequestToken() const
void SetName(NameT &&value)
const Aws::Vector< Tag > & GetTags() const
bool UpdateHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateWirelessGatewayTaskDefinitionRequest & WithAutoCreateTasks(bool value)
AWS_IOTWIRELESS_API CreateWirelessGatewayTaskDefinitionRequest()=default
bool ClientRequestTokenHasBeenSet() const
void SetTags(TagsT &&value)
CreateWirelessGatewayTaskDefinitionRequest & WithUpdate(UpdateT &&value)
const UpdateWirelessGatewayTaskCreate & GetUpdate() const
bool GetAutoCreateTasks() const
const Aws::String & GetName() const
CreateWirelessGatewayTaskDefinitionRequest & WithTags(TagsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector