7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
42 template <
typename JobTemplateArnT = Aws::String>
44 m_jobTemplateArnHasBeenSet =
true;
45 m_jobTemplateArn = std::forward<JobTemplateArnT>(value);
47 template <
typename JobTemplateArnT = Aws::String>
60 template <
typename JobTemplateIdT = Aws::String>
62 m_jobTemplateIdHasBeenSet =
true;
63 m_jobTemplateId = std::forward<JobTemplateIdT>(value);
65 template <
typename JobTemplateIdT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename CreatedAtT = Aws::Utils::DateTime>
98 m_createdAtHasBeenSet =
true;
99 m_createdAt = std::forward<CreatedAtT>(value);
101 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 bool m_jobTemplateArnHasBeenSet =
false;
116 bool m_jobTemplateIdHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
118 bool m_createdAtHasBeenSet =
false;
AWS_IOT_API JobTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
void SetJobTemplateId(JobTemplateIdT &&value)
bool JobTemplateArnHasBeenSet() const
JobTemplateSummary & WithJobTemplateId(JobTemplateIdT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetJobTemplateArn() const
void SetCreatedAt(CreatedAtT &&value)
AWS_IOT_API JobTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool JobTemplateIdHasBeenSet() const
void SetJobTemplateArn(JobTemplateArnT &&value)
JobTemplateSummary & WithJobTemplateArn(JobTemplateArnT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AWS_IOT_API JobTemplateSummary()=default
bool DescriptionHasBeenSet() const
const Aws::String & GetJobTemplateId() const
JobTemplateSummary & WithDescription(DescriptionT &&value)
JobTemplateSummary & WithCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue