AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ReprocessingSummary.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotanalytics/model/ReprocessingStatus.h>
10#include <aws/core/utils/DateTime.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 IoTAnalytics
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_IOTANALYTICS_API ReprocessingSummary();
37 AWS_IOTANALYTICS_API ReprocessingSummary(Aws::Utils::Json::JsonView jsonValue);
39 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetId() const{ return m_id; }
48 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
49 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
50 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
51 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
52 inline ReprocessingSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
53 inline ReprocessingSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
54 inline ReprocessingSummary& WithId(const char* value) { SetId(value); return *this;}
56
58
61 inline const ReprocessingStatus& GetStatus() const{ return m_status; }
62 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
63 inline void SetStatus(const ReprocessingStatus& value) { m_statusHasBeenSet = true; m_status = value; }
64 inline void SetStatus(ReprocessingStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
65 inline ReprocessingSummary& WithStatus(const ReprocessingStatus& value) { SetStatus(value); return *this;}
66 inline ReprocessingSummary& WithStatus(ReprocessingStatus&& value) { SetStatus(std::move(value)); return *this;}
68
70
73 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
74 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
75 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; }
76 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); }
77 inline ReprocessingSummary& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;}
78 inline ReprocessingSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
80 private:
81
82 Aws::String m_id;
83 bool m_idHasBeenSet = false;
84
85 ReprocessingStatus m_status;
86 bool m_statusHasBeenSet = false;
87
88 Aws::Utils::DateTime m_creationTime;
89 bool m_creationTimeHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace IoTAnalytics
94} // namespace Aws
AWS_IOTANALYTICS_API ReprocessingSummary(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const ReprocessingStatus &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
ReprocessingSummary & WithCreationTime(const Aws::Utils::DateTime &value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
ReprocessingSummary & WithId(const char *value)
ReprocessingSummary & WithCreationTime(Aws::Utils::DateTime &&value)
ReprocessingSummary & WithStatus(const ReprocessingStatus &value)
AWS_IOTANALYTICS_API ReprocessingSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ReprocessingSummary & WithStatus(ReprocessingStatus &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetCreationTime(const Aws::Utils::DateTime &value)
const ReprocessingStatus & GetStatus() const
ReprocessingSummary & WithId(const Aws::String &value)
ReprocessingSummary & WithId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue