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>
22namespace IoTManagedIntegrations
48 template<
typename TaskConfigurationIdT = Aws::String>
49 void SetTaskConfigurationId(TaskConfigurationIdT&& value) { m_taskConfigurationIdHasBeenSet =
true; m_taskConfigurationId = std::forward<TaskConfigurationIdT>(value); }
50 template<
typename TaskConfigurationIdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = 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>
81 bool m_taskConfigurationIdHasBeenSet =
false;
84 bool m_nameHasBeenSet =
false;
87 bool m_createdAtHasBeenSet =
false;
const Aws::String & GetTaskConfigurationId() const
bool TaskConfigurationIdHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API OtaTaskConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
OtaTaskConfigurationSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
OtaTaskConfigurationSummary & WithName(NameT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_IOTMANAGEDINTEGRATIONS_API OtaTaskConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API OtaTaskConfigurationSummary()=default
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
OtaTaskConfigurationSummary & WithTaskConfigurationId(TaskConfigurationIdT &&value)
void SetTaskConfigurationId(TaskConfigurationIdT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue