AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SceneSummary.h
1
6#pragma once
7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTTwinMaker
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_IOTTWINMAKER_API SceneSummary() = default;
37 AWS_IOTTWINMAKER_API SceneSummary(Aws::Utils::Json::JsonView jsonValue);
38 AWS_IOTTWINMAKER_API SceneSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetSceneId() const { return m_sceneId; }
47 inline bool SceneIdHasBeenSet() const { return m_sceneIdHasBeenSet; }
48 template<typename SceneIdT = Aws::String>
49 void SetSceneId(SceneIdT&& value) { m_sceneIdHasBeenSet = true; m_sceneId = std::forward<SceneIdT>(value); }
50 template<typename SceneIdT = Aws::String>
51 SceneSummary& WithSceneId(SceneIdT&& value) { SetSceneId(std::forward<SceneIdT>(value)); return *this;}
53
55
59 inline const Aws::String& GetContentLocation() const { return m_contentLocation; }
60 inline bool ContentLocationHasBeenSet() const { return m_contentLocationHasBeenSet; }
61 template<typename ContentLocationT = Aws::String>
62 void SetContentLocation(ContentLocationT&& value) { m_contentLocationHasBeenSet = true; m_contentLocation = std::forward<ContentLocationT>(value); }
63 template<typename ContentLocationT = Aws::String>
64 SceneSummary& WithContentLocation(ContentLocationT&& value) { SetContentLocation(std::forward<ContentLocationT>(value)); return *this;}
66
68
71 inline const Aws::String& GetArn() const { return m_arn; }
72 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
73 template<typename ArnT = Aws::String>
74 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
75 template<typename ArnT = Aws::String>
76 SceneSummary& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
78
80
83 inline const Aws::Utils::DateTime& GetCreationDateTime() const { return m_creationDateTime; }
84 inline bool CreationDateTimeHasBeenSet() const { return m_creationDateTimeHasBeenSet; }
85 template<typename CreationDateTimeT = Aws::Utils::DateTime>
86 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet = true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
87 template<typename CreationDateTimeT = Aws::Utils::DateTime>
88 SceneSummary& WithCreationDateTime(CreationDateTimeT&& value) { SetCreationDateTime(std::forward<CreationDateTimeT>(value)); return *this;}
90
92
95 inline const Aws::Utils::DateTime& GetUpdateDateTime() const { return m_updateDateTime; }
96 inline bool UpdateDateTimeHasBeenSet() const { return m_updateDateTimeHasBeenSet; }
97 template<typename UpdateDateTimeT = Aws::Utils::DateTime>
98 void SetUpdateDateTime(UpdateDateTimeT&& value) { m_updateDateTimeHasBeenSet = true; m_updateDateTime = std::forward<UpdateDateTimeT>(value); }
99 template<typename UpdateDateTimeT = Aws::Utils::DateTime>
100 SceneSummary& WithUpdateDateTime(UpdateDateTimeT&& value) { SetUpdateDateTime(std::forward<UpdateDateTimeT>(value)); return *this;}
102
104
107 inline const Aws::String& GetDescription() const { return m_description; }
108 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
109 template<typename DescriptionT = Aws::String>
110 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
111 template<typename DescriptionT = Aws::String>
112 SceneSummary& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
114 private:
115
116 Aws::String m_sceneId;
117 bool m_sceneIdHasBeenSet = false;
118
119 Aws::String m_contentLocation;
120 bool m_contentLocationHasBeenSet = false;
121
122 Aws::String m_arn;
123 bool m_arnHasBeenSet = false;
124
125 Aws::Utils::DateTime m_creationDateTime{};
126 bool m_creationDateTimeHasBeenSet = false;
127
128 Aws::Utils::DateTime m_updateDateTime{};
129 bool m_updateDateTimeHasBeenSet = false;
130
131 Aws::String m_description;
132 bool m_descriptionHasBeenSet = false;
133 };
134
135} // namespace Model
136} // namespace IoTTwinMaker
137} // namespace Aws
void SetDescription(DescriptionT &&value)
AWS_IOTTWINMAKER_API SceneSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContentLocation() const
SceneSummary & WithSceneId(SceneIdT &&value)
SceneSummary & WithDescription(DescriptionT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetDescription() const
AWS_IOTTWINMAKER_API SceneSummary()=default
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetContentLocation(ContentLocationT &&value)
const Aws::String & GetSceneId() const
SceneSummary & WithContentLocation(ContentLocationT &&value)
void SetUpdateDateTime(UpdateDateTimeT &&value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreationDateTime() const
SceneSummary & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::Utils::DateTime & GetUpdateDateTime() const
SceneSummary & WithArn(ArnT &&value)
AWS_IOTTWINMAKER_API SceneSummary(Aws::Utils::Json::JsonView jsonValue)
SceneSummary & WithUpdateDateTime(UpdateDateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue