7#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace MediaPackageVod
48 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
49 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
63 inline void SetCreatedAt(
const char* value) { m_createdAtHasBeenSet =
true; m_createdAt.assign(value); }
76 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
77 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
91 inline void SetPackagingGroupId(
const char* value) { m_packagingGroupIdHasBeenSet =
true; m_packagingGroupId.assign(value); }
105 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
119 inline void SetSourceArn(
const char* value) { m_sourceArnHasBeenSet =
true; m_sourceArn.assign(value); }
133 inline void SetSourceRoleArn(
const char* value) { m_sourceRoleArnHasBeenSet =
true; m_sourceRoleArn.assign(value); }
153 inline AssetShallow&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
158 bool m_arnHasBeenSet =
false;
161 bool m_createdAtHasBeenSet =
false;
164 bool m_idHasBeenSet =
false;
167 bool m_packagingGroupIdHasBeenSet =
false;
170 bool m_resourceIdHasBeenSet =
false;
173 bool m_sourceArnHasBeenSet =
false;
176 bool m_sourceRoleArnHasBeenSet =
false;
179 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