7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/JobStatus.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
89 bool m_idHasBeenSet =
false;
92 bool m_nameHasBeenSet =
false;
95 bool m_statusHasBeenSet =
false;
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTSITEWISE_API JobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetId() const
AWS_IOTSITEWISE_API JobSummary(Aws::Utils::Json::JsonView jsonValue)
JobSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
JobStatus GetStatus() const
const Aws::String & GetName() const
bool StatusHasBeenSet() const
JobSummary & WithStatus(JobStatus value)
JobSummary & WithId(IdT &&value)
AWS_IOTSITEWISE_API JobSummary()=default
void SetStatus(JobStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue