7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/MediaLive_EXPORTS.h>
11#include <aws/medialive/model/SignalMapMonitorDeploymentStatus.h>
12#include <aws/medialive/model/SignalMapStatus.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
60 template <
typename CreatedAtT = Aws::Utils::DateTime>
62 m_createdAtHasBeenSet =
true;
63 m_createdAt = std::forward<CreatedAtT>(value);
65 template <
typename CreatedAtT = Aws::Utils::DateTime>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename IdT = Aws::String>
98 m_idHasBeenSet =
true;
99 m_id = std::forward<IdT>(value);
101 template <
typename IdT = Aws::String>
103 SetId(std::forward<IdT>(value));
112 template <
typename ModifiedAtT = Aws::Utils::DateTime>
114 m_modifiedAtHasBeenSet =
true;
115 m_modifiedAt = std::forward<ModifiedAtT>(value);
117 template <
typename ModifiedAtT = Aws::Utils::DateTime>
129 m_monitorDeploymentStatusHasBeenSet =
true;
130 m_monitorDeploymentStatus = value;
145 template <
typename NameT = Aws::String>
147 m_nameHasBeenSet =
true;
148 m_name = std::forward<NameT>(value);
150 template <
typename NameT = Aws::String>
152 SetName(std::forward<NameT>(value));
162 m_statusHasBeenSet =
true;
175 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
177 m_tagsHasBeenSet =
true;
178 m_tags = std::forward<TagsT>(value);
180 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
182 SetTags(std::forward<TagsT>(value));
185 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
187 m_tagsHasBeenSet =
true;
188 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
210 bool m_arnHasBeenSet =
false;
211 bool m_createdAtHasBeenSet =
false;
212 bool m_descriptionHasBeenSet =
false;
213 bool m_idHasBeenSet =
false;
214 bool m_modifiedAtHasBeenSet =
false;
215 bool m_monitorDeploymentStatusHasBeenSet =
false;
216 bool m_nameHasBeenSet =
false;
217 bool m_statusHasBeenSet =
false;
218 bool m_tagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue