7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
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>
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>
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>
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>
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>
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>
117 bool m_sceneIdHasBeenSet =
false;
120 bool m_contentLocationHasBeenSet =
false;
123 bool m_arnHasBeenSet =
false;
126 bool m_creationDateTimeHasBeenSet =
false;
129 bool m_updateDateTimeHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
AWS_IOTTWINMAKER_API SceneSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContentLocation() const
SceneSummary & WithSceneId(SceneIdT &&value)
bool SceneIdHasBeenSet() const
SceneSummary & WithDescription(DescriptionT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetDescription() const
void SetArn(ArnT &&value)
AWS_IOTTWINMAKER_API SceneSummary()=default
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContentLocationHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetContentLocation(ContentLocationT &&value)
const Aws::String & GetSceneId() const
SceneSummary & WithContentLocation(ContentLocationT &&value)
void SetSceneId(SceneIdT &&value)
bool ArnHasBeenSet() const
void SetUpdateDateTime(UpdateDateTimeT &&value)
bool UpdateDateTimeHasBeenSet() const
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)
bool CreationDateTimeHasBeenSet() const
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