7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/medialive/model/SignalMapMonitorDeploymentStatus.h>
11#include <aws/medialive/model/SignalMapStatus.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
76 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
89 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
90 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
125 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
155 inline SignalMapSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
160 bool m_arnHasBeenSet =
false;
163 bool m_createdAtHasBeenSet =
false;
166 bool m_descriptionHasBeenSet =
false;
169 bool m_idHasBeenSet =
false;
172 bool m_modifiedAtHasBeenSet =
false;
175 bool m_monitorDeploymentStatusHasBeenSet =
false;
178 bool m_nameHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
184 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