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/UploaderStatus.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_uploaderStatusHasBeenSet =
false;
AWS_KINESISVIDEO_API LastUploaderStatus(Aws::Utils::Json::JsonView jsonValue)
bool LastUpdatedTimeHasBeenSet() const
UploaderStatus GetUploaderStatus() const
bool JobStatusDetailsHasBeenSet() const
bool LastCollectedTimeHasBeenSet() const
const Aws::String & GetJobStatusDetails() const
void SetLastCollectedTime(LastCollectedTimeT &&value)
LastUploaderStatus & WithUploaderStatus(UploaderStatus value)
LastUploaderStatus & WithLastUpdatedTime(LastUpdatedTimeT &&value)
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISVIDEO_API LastUploaderStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UploaderStatusHasBeenSet() const
void SetJobStatusDetails(JobStatusDetailsT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
const Aws::Utils::DateTime & GetLastCollectedTime() const
LastUploaderStatus & WithLastCollectedTime(LastCollectedTimeT &&value)
AWS_KINESISVIDEO_API LastUploaderStatus()=default
LastUploaderStatus & WithJobStatusDetails(JobStatusDetailsT &&value)
void SetUploaderStatus(UploaderStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue