7#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackage-vod/model/Authorization.h>
10#include <aws/mediapackage-vod/model/EgressAccessLogs.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace MediaPackageVod
60 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
61 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
85 inline void SetCreatedAt(
const char* value) { m_createdAtHasBeenSet =
true; m_createdAt.assign(value); }
99 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
123 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
143 inline PackagingGroup&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
147 int m_approximateAssetCount;
148 bool m_approximateAssetCountHasBeenSet =
false;
151 bool m_arnHasBeenSet =
false;
154 bool m_authorizationHasBeenSet =
false;
157 bool m_createdAtHasBeenSet =
false;
160 bool m_domainNameHasBeenSet =
false;
163 bool m_egressAccessLogsHasBeenSet =
false;
166 bool m_idHasBeenSet =
false;
169 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