7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/iot-managed-integrations/model/OtaStatus.h>
23namespace IoTManagedIntegrations
49 template<
typename TaskIdT = Aws::String>
50 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
51 template<
typename TaskIdT = Aws::String>
61 template<
typename TaskArnT = Aws::String>
62 void SetTaskArn(TaskArnT&& value) { m_taskArnHasBeenSet =
true; m_taskArn = std::forward<TaskArnT>(value); }
63 template<
typename TaskArnT = Aws::String>
73 template<
typename CreatedAtT = Aws::Utils::DateTime>
74 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
75 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
87 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
88 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
98 template<
typename TaskConfigurationIdT = Aws::String>
99 void SetTaskConfigurationId(TaskConfigurationIdT&& value) { m_taskConfigurationIdHasBeenSet =
true; m_taskConfigurationId = std::forward<TaskConfigurationIdT>(value); }
100 template<
typename TaskConfigurationIdT = Aws::String>
116 bool m_taskIdHasBeenSet =
false;
119 bool m_taskArnHasBeenSet =
false;
122 bool m_createdAtHasBeenSet =
false;
125 bool m_lastUpdatedAtHasBeenSet =
false;
128 bool m_taskConfigurationIdHasBeenSet =
false;
131 bool m_statusHasBeenSet =
false;
bool TaskIdHasBeenSet() const
OtaTaskSummary & WithTaskId(TaskIdT &&value)
bool TaskArnHasBeenSet() const
OtaTaskSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
bool StatusHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API OtaTaskSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTMANAGEDINTEGRATIONS_API OtaTaskSummary()=default
void SetTaskArn(TaskArnT &&value)
void SetStatus(OtaStatus value)
OtaTaskSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetTaskArn() const
OtaStatus GetStatus() const
AWS_IOTMANAGEDINTEGRATIONS_API OtaTaskSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
bool TaskConfigurationIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
OtaTaskSummary & WithTaskArn(TaskArnT &&value)
OtaTaskSummary & WithStatus(OtaStatus value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetTaskId() const
void SetCreatedAt(CreatedAtT &&value)
OtaTaskSummary & WithTaskConfigurationId(TaskConfigurationIdT &&value)
void SetTaskConfigurationId(TaskConfigurationIdT &&value)
void SetTaskId(TaskIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTaskConfigurationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue