7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot-managed-integrations/model/PushConfig.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IoTManagedIntegrations
42 template<
typename TaskConfigurationIdT = Aws::String>
43 void SetTaskConfigurationId(TaskConfigurationIdT&& value) { m_taskConfigurationIdHasBeenSet =
true; m_taskConfigurationId = std::forward<TaskConfigurationIdT>(value); }
44 template<
typename TaskConfigurationIdT = Aws::String>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
64 template<
typename PushConfigT = PushConfig>
65 void SetPushConfig(PushConfigT&& value) { m_pushConfigHasBeenSet =
true; m_pushConfig = std::forward<PushConfigT>(value); }
66 template<
typename PushConfigT = PushConfig>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename CreatedAtT = Aws::Utils::DateTime>
88 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
89 template<
typename CreatedAtT = Aws::Utils::DateTime>
96 template<
typename RequestIdT = Aws::String>
97 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
98 template<
typename RequestIdT = Aws::String>
104 bool m_taskConfigurationIdHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_pushConfigHasBeenSet =
false;
113 bool m_descriptionHasBeenSet =
false;
116 bool m_createdAtHasBeenSet =
false;
119 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetName() const
GetOtaTaskConfigurationResult & WithTaskConfigurationId(TaskConfigurationIdT &&value)
GetOtaTaskConfigurationResult & WithPushConfig(PushConfigT &&value)
void SetDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetTaskConfigurationId(TaskConfigurationIdT &&value)
void SetName(NameT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetOtaTaskConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
AWS_IOTMANAGEDINTEGRATIONS_API GetOtaTaskConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetTaskConfigurationId() const
GetOtaTaskConfigurationResult & WithCreatedAt(CreatedAtT &&value)
GetOtaTaskConfigurationResult & WithRequestId(RequestIdT &&value)
const PushConfig & GetPushConfig() const
void SetPushConfig(PushConfigT &&value)
GetOtaTaskConfigurationResult & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_IOTMANAGEDINTEGRATIONS_API GetOtaTaskConfigurationResult()=default
GetOtaTaskConfigurationResult & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue