7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackage-vod/MediaPackageVodRequest.h>
10#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
15namespace MediaPackageVod {
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename PackagingGroupIdT = Aws::String>
61 m_packagingGroupIdHasBeenSet =
true;
62 m_packagingGroupId = std::forward<PackagingGroupIdT>(value);
64 template <
typename PackagingGroupIdT = Aws::String>
77 template <
typename ResourceIdT = Aws::String>
79 m_resourceIdHasBeenSet =
true;
80 m_resourceId = std::forward<ResourceIdT>(value);
82 template <
typename ResourceIdT = Aws::String>
95 template <
typename SourceArnT = Aws::String>
97 m_sourceArnHasBeenSet =
true;
98 m_sourceArn = std::forward<SourceArnT>(value);
100 template <
typename SourceArnT = Aws::String>
113 template <
typename SourceRoleArnT = Aws::String>
115 m_sourceRoleArnHasBeenSet =
true;
116 m_sourceRoleArn = std::forward<SourceRoleArnT>(value);
118 template <
typename SourceRoleArnT = Aws::String>
129 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
131 m_tagsHasBeenSet =
true;
132 m_tags = std::forward<TagsT>(value);
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 SetTags(std::forward<TagsT>(value));
139 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
141 m_tagsHasBeenSet =
true;
142 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
158 bool m_idHasBeenSet =
false;
159 bool m_packagingGroupIdHasBeenSet =
false;
160 bool m_resourceIdHasBeenSet =
false;
161 bool m_sourceArnHasBeenSet =
false;
162 bool m_sourceRoleArnHasBeenSet =
false;
163 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