7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/UpdateWirelessGatewayTaskCreate.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 inline void SetAutoCreateTasks(
bool value) { m_autoCreateTasksHasBeenSet =
true; m_autoCreateTasks = value; }
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
63 template<
typename UpdateT = UpdateWirelessGatewayTaskCreate>
64 void SetUpdate(UpdateT&& value) { m_updateHasBeenSet =
true; m_update = std::forward<UpdateT>(value); }
65 template<
typename UpdateT = UpdateWirelessGatewayTaskCreate>
74 template<
typename ArnT = Aws::String>
75 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
76 template<
typename ArnT = Aws::String>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
90 bool m_autoCreateTasks{
false};
91 bool m_autoCreateTasksHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
96 UpdateWirelessGatewayTaskCreate m_update;
97 bool m_updateHasBeenSet =
false;
100 bool m_arnHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
const UpdateWirelessGatewayTaskCreate & GetUpdate() const
GetWirelessGatewayTaskDefinitionResult & WithAutoCreateTasks(bool value)
AWS_IOTWIRELESS_API GetWirelessGatewayTaskDefinitionResult()=default
GetWirelessGatewayTaskDefinitionResult & WithRequestId(RequestIdT &&value)
GetWirelessGatewayTaskDefinitionResult & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_IOTWIRELESS_API GetWirelessGatewayTaskDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
void SetAutoCreateTasks(bool value)
AWS_IOTWIRELESS_API GetWirelessGatewayTaskDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWirelessGatewayTaskDefinitionResult & WithArn(ArnT &&value)
void SetName(NameT &&value)
const Aws::String & GetRequestId() const
bool GetAutoCreateTasks() const
GetWirelessGatewayTaskDefinitionResult & WithUpdate(UpdateT &&value)
void SetArn(ArnT &&value)
void SetUpdate(UpdateT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue