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>
51 inline void SetJobStatusDetails(
const char* value) { m_jobStatusDetailsHasBeenSet =
true; m_jobStatusDetails.assign(value); }
96 bool m_jobStatusDetailsHasBeenSet =
false;
99 bool m_lastCollectedTimeHasBeenSet =
false;
102 bool m_lastUpdatedTimeHasBeenSet =
false;
105 bool m_recorderStatusHasBeenSet =
false;
AWS_KINESISVIDEO_API LastRecorderStatus()
void SetRecorderStatus(RecorderStatus &&value)
void SetJobStatusDetails(Aws::String &&value)
void SetLastCollectedTime(Aws::Utils::DateTime &&value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
LastRecorderStatus & WithLastCollectedTime(Aws::Utils::DateTime &&value)
const Aws::String & GetJobStatusDetails() const
LastRecorderStatus & WithRecorderStatus(const RecorderStatus &value)
LastRecorderStatus & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
void SetLastCollectedTime(const Aws::Utils::DateTime &value)
AWS_KINESISVIDEO_API LastRecorderStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
LastRecorderStatus & WithRecorderStatus(RecorderStatus &&value)
bool JobStatusDetailsHasBeenSet() const
const RecorderStatus & GetRecorderStatus() const
LastRecorderStatus & WithLastCollectedTime(const Aws::Utils::DateTime &value)
bool LastCollectedTimeHasBeenSet() const
LastRecorderStatus & WithJobStatusDetails(Aws::String &&value)
AWS_KINESISVIDEO_API LastRecorderStatus(Aws::Utils::Json::JsonView jsonValue)
void SetRecorderStatus(const RecorderStatus &value)
void SetJobStatusDetails(const Aws::String &value)
const Aws::Utils::DateTime & GetLastCollectedTime() const
bool RecorderStatusHasBeenSet() const
bool LastUpdatedTimeHasBeenSet() const
LastRecorderStatus & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
void SetJobStatusDetails(const char *value)
LastRecorderStatus & WithJobStatusDetails(const Aws::String &value)
LastRecorderStatus & WithJobStatusDetails(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue