7#include <aws/mediapackage/MediaPackage_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackage/model/EgressAccessLogs.h>
10#include <aws/mediapackage/model/HlsIngest.h>
11#include <aws/mediapackage/model/IngressAccessLogs.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); }
66 inline void SetCreatedAt(
const char* value) { m_createdAtHasBeenSet =
true; m_createdAt.assign(value); }
80 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
114 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
142 inline Channel&
AddTags(
const char* key,
Aws::String&& value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, std::move(value));
return *
this; }
143 inline Channel&
AddTags(
Aws::String&& key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(std::move(key), value);
return *
this; }
144 inline Channel&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
149 bool m_arnHasBeenSet =
false;
152 bool m_createdAtHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
158 bool m_egressAccessLogsHasBeenSet =
false;
161 bool m_hlsIngestHasBeenSet =
false;
164 bool m_idHasBeenSet =
false;
167 bool m_ingressAccessLogsHasBeenSet =
false;
170 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