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>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
62 template<
typename CreatedAtT = Aws::String>
63 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
64 template<
typename CreatedAtT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
84 template<
typename EgressAccessLogsT = EgressAccessLogs>
85 void SetEgressAccessLogs(EgressAccessLogsT&& value) { m_egressAccessLogsHasBeenSet =
true; m_egressAccessLogs = std::forward<EgressAccessLogsT>(value); }
86 template<
typename EgressAccessLogsT = EgressAccessLogs>
94 template<
typename HlsIngestT = HlsIngest>
95 void SetHlsIngest(HlsIngestT&& value) { m_hlsIngestHasBeenSet =
true; m_hlsIngest = std::forward<HlsIngestT>(value); }
96 template<
typename HlsIngestT = HlsIngest>
106 template<
typename IdT = Aws::String>
107 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
108 template<
typename IdT = Aws::String>
116 template<
typename IngressAccessLogsT = IngressAccessLogs>
117 void SetIngressAccessLogs(IngressAccessLogsT&& value) { m_ingressAccessLogsHasBeenSet =
true; m_ingressAccessLogs = std::forward<IngressAccessLogsT>(value); }
118 template<
typename IngressAccessLogsT = IngressAccessLogs>
126 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
128 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
132 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
138 bool m_arnHasBeenSet =
false;
141 bool m_createdAtHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
147 bool m_egressAccessLogsHasBeenSet =
false;
150 bool m_hlsIngestHasBeenSet =
false;
153 bool m_idHasBeenSet =
false;
156 bool m_ingressAccessLogsHasBeenSet =
false;
159 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