7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/kinesisvideo/model/RecorderStatus.h>
49 template<
typename JobStatusDetailsT = Aws::String>
50 void SetJobStatusDetails(JobStatusDetailsT&& value) { m_jobStatusDetailsHasBeenSet =
true; m_jobStatusDetails = std::forward<JobStatusDetailsT>(value); }
51 template<
typename JobStatusDetailsT = Aws::String>
62 template<
typename LastCollectedTimeT = Aws::Utils::DateTime>
63 void SetLastCollectedTime(LastCollectedTimeT&& value) { m_lastCollectedTimeHasBeenSet =
true; m_lastCollectedTime = std::forward<LastCollectedTimeT>(value); }
64 template<
typename LastCollectedTimeT = Aws::Utils::DateTime>
74 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
75 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
76 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
92 bool m_jobStatusDetailsHasBeenSet =
false;
95 bool m_lastCollectedTimeHasBeenSet =
false;
98 bool m_lastUpdatedTimeHasBeenSet =
false;
101 bool m_recorderStatusHasBeenSet =
false;
void SetJobStatusDetails(JobStatusDetailsT &&value)
AWS_KINESISVIDEO_API LastRecorderStatus()=default
const Aws::String & GetJobStatusDetails() const
AWS_KINESISVIDEO_API LastRecorderStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
LastRecorderStatus & WithLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
bool JobStatusDetailsHasBeenSet() const
void SetRecorderStatus(RecorderStatus value)
bool LastCollectedTimeHasBeenSet() const
AWS_KINESISVIDEO_API LastRecorderStatus(Aws::Utils::Json::JsonView jsonValue)
RecorderStatus GetRecorderStatus() const
LastRecorderStatus & WithJobStatusDetails(JobStatusDetailsT &&value)
const Aws::Utils::DateTime & GetLastCollectedTime() const
bool RecorderStatusHasBeenSet() const
bool LastUpdatedTimeHasBeenSet() const
void SetLastCollectedTime(LastCollectedTimeT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
LastRecorderStatus & WithLastCollectedTime(LastCollectedTimeT &&value)
LastRecorderStatus & WithRecorderStatus(RecorderStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue