7#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
8#include <aws/mediapackage-vod/MediaPackageVodRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
15namespace MediaPackageVod
46 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
47 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
61 inline void SetPackagingGroupId(
const char* value) { m_packagingGroupIdHasBeenSet =
true; m_packagingGroupId.assign(value); }
75 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
89 inline void SetSourceArn(
const char* value) { m_sourceArnHasBeenSet =
true; m_sourceArn.assign(value); }
103 inline void SetSourceRoleArn(
const char* value) { m_sourceRoleArnHasBeenSet =
true; m_sourceRoleArn.assign(value); }
123 inline CreateAssetRequest&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
128 bool m_idHasBeenSet =
false;
131 bool m_packagingGroupIdHasBeenSet =
false;
134 bool m_resourceIdHasBeenSet =
false;
137 bool m_sourceArnHasBeenSet =
false;
140 bool m_sourceRoleArnHasBeenSet =
false;
143 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