AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LastUploaderStatus.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace KinesisVideo
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_KINESISVIDEO_API LastUploaderStatus();
38 AWS_KINESISVIDEO_API LastUploaderStatus(Aws::Utils::Json::JsonView jsonValue);
40 AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetJobStatusDetails() const{ return m_jobStatusDetails; }
48 inline bool JobStatusDetailsHasBeenSet() const { return m_jobStatusDetailsHasBeenSet; }
49 inline void SetJobStatusDetails(const Aws::String& value) { m_jobStatusDetailsHasBeenSet = true; m_jobStatusDetails = value; }
50 inline void SetJobStatusDetails(Aws::String&& value) { m_jobStatusDetailsHasBeenSet = true; m_jobStatusDetails = std::move(value); }
51 inline void SetJobStatusDetails(const char* value) { m_jobStatusDetailsHasBeenSet = true; m_jobStatusDetails.assign(value); }
52 inline LastUploaderStatus& WithJobStatusDetails(const Aws::String& value) { SetJobStatusDetails(value); return *this;}
53 inline LastUploaderStatus& WithJobStatusDetails(Aws::String&& value) { SetJobStatusDetails(std::move(value)); return *this;}
54 inline LastUploaderStatus& WithJobStatusDetails(const char* value) { SetJobStatusDetails(value); return *this;}
56
58
62 inline const Aws::Utils::DateTime& GetLastCollectedTime() const{ return m_lastCollectedTime; }
63 inline bool LastCollectedTimeHasBeenSet() const { return m_lastCollectedTimeHasBeenSet; }
64 inline void SetLastCollectedTime(const Aws::Utils::DateTime& value) { m_lastCollectedTimeHasBeenSet = true; m_lastCollectedTime = value; }
65 inline void SetLastCollectedTime(Aws::Utils::DateTime&& value) { m_lastCollectedTimeHasBeenSet = true; m_lastCollectedTime = std::move(value); }
67 inline LastUploaderStatus& WithLastCollectedTime(Aws::Utils::DateTime&& value) { SetLastCollectedTime(std::move(value)); return *this;}
69
71
74 inline const Aws::Utils::DateTime& GetLastUpdatedTime() const{ return m_lastUpdatedTime; }
75 inline bool LastUpdatedTimeHasBeenSet() const { return m_lastUpdatedTimeHasBeenSet; }
76 inline void SetLastUpdatedTime(const Aws::Utils::DateTime& value) { m_lastUpdatedTimeHasBeenSet = true; m_lastUpdatedTime = value; }
77 inline void SetLastUpdatedTime(Aws::Utils::DateTime&& value) { m_lastUpdatedTimeHasBeenSet = true; m_lastUpdatedTime = std::move(value); }
79 inline LastUploaderStatus& WithLastUpdatedTime(Aws::Utils::DateTime&& value) { SetLastUpdatedTime(std::move(value)); return *this;}
81
83
86 inline const UploaderStatus& GetUploaderStatus() const{ return m_uploaderStatus; }
87 inline bool UploaderStatusHasBeenSet() const { return m_uploaderStatusHasBeenSet; }
88 inline void SetUploaderStatus(const UploaderStatus& value) { m_uploaderStatusHasBeenSet = true; m_uploaderStatus = value; }
89 inline void SetUploaderStatus(UploaderStatus&& value) { m_uploaderStatusHasBeenSet = true; m_uploaderStatus = std::move(value); }
90 inline LastUploaderStatus& WithUploaderStatus(const UploaderStatus& value) { SetUploaderStatus(value); return *this;}
91 inline LastUploaderStatus& WithUploaderStatus(UploaderStatus&& value) { SetUploaderStatus(std::move(value)); return *this;}
93 private:
94
95 Aws::String m_jobStatusDetails;
96 bool m_jobStatusDetailsHasBeenSet = false;
97
98 Aws::Utils::DateTime m_lastCollectedTime;
99 bool m_lastCollectedTimeHasBeenSet = false;
100
101 Aws::Utils::DateTime m_lastUpdatedTime;
102 bool m_lastUpdatedTimeHasBeenSet = false;
103
104 UploaderStatus m_uploaderStatus;
105 bool m_uploaderStatusHasBeenSet = false;
106 };
107
108} // namespace Model
109} // namespace KinesisVideo
110} // namespace Aws
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
AWS_KINESISVIDEO_API LastUploaderStatus(Aws::Utils::Json::JsonView jsonValue)
LastUploaderStatus & WithUploaderStatus(UploaderStatus &&value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISVIDEO_API LastUploaderStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
const UploaderStatus & GetUploaderStatus() const
void SetUploaderStatus(const UploaderStatus &value)
LastUploaderStatus & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
void SetJobStatusDetails(const Aws::String &value)
LastUploaderStatus & WithLastCollectedTime(Aws::Utils::DateTime &&value)
LastUploaderStatus & WithJobStatusDetails(const char *value)
LastUploaderStatus & WithLastCollectedTime(const Aws::Utils::DateTime &value)
void SetLastCollectedTime(Aws::Utils::DateTime &&value)
LastUploaderStatus & WithJobStatusDetails(const Aws::String &value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
const Aws::Utils::DateTime & GetLastCollectedTime() const
LastUploaderStatus & WithJobStatusDetails(Aws::String &&value)
LastUploaderStatus & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
LastUploaderStatus & WithUploaderStatus(const UploaderStatus &value)
void SetLastCollectedTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue