7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/mediatailor/model/AdBreakOpportunity.h>
13#include <aws/mediatailor/model/HttpPackageConfiguration.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename AdBreakOpportunitiesT = Aws::Vector<AdBreakOpportunity>>
46 void SetAdBreakOpportunities(AdBreakOpportunitiesT&& value) { m_adBreakOpportunitiesHasBeenSet =
true; m_adBreakOpportunities = std::forward<AdBreakOpportunitiesT>(value); }
47 template<
typename AdBreakOpportunitiesT = Aws::Vector<AdBreakOpportunity>>
49 template<
typename AdBreakOpportunitiesT = AdBreakOpportunity>
58 template<
typename ArnT = Aws::String>
59 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
60 template<
typename ArnT = Aws::String>
69 template<
typename CreationTimeT = Aws::Utils::DateTime>
70 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
71 template<
typename CreationTimeT = Aws::Utils::DateTime>
80 template<
typename HttpPackageConfigurationsT = Aws::Vector<HttpPackageConfiguration>>
81 void SetHttpPackageConfigurations(HttpPackageConfigurationsT&& value) { m_httpPackageConfigurationsHasBeenSet =
true; m_httpPackageConfigurations = std::forward<HttpPackageConfigurationsT>(value); }
82 template<
typename HttpPackageConfigurationsT = Aws::Vector<HttpPackageConfiguration>>
84 template<
typename HttpPackageConfigurationsT = HttpPackageConfiguration>
93 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
94 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
95 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
104 template<
typename SourceLocationNameT = Aws::String>
105 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
106 template<
typename SourceLocationNameT = Aws::String>
119 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
120 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
121 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
125 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
134 template<
typename VodSourceNameT = Aws::String>
135 void SetVodSourceName(VodSourceNameT&& value) { m_vodSourceNameHasBeenSet =
true; m_vodSourceName = std::forward<VodSourceNameT>(value); }
136 template<
typename VodSourceNameT = Aws::String>
143 template<
typename RequestIdT = Aws::String>
144 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
145 template<
typename RequestIdT = Aws::String>
151 bool m_adBreakOpportunitiesHasBeenSet =
false;
154 bool m_arnHasBeenSet =
false;
157 bool m_creationTimeHasBeenSet =
false;
160 bool m_httpPackageConfigurationsHasBeenSet =
false;
163 bool m_lastModifiedTimeHasBeenSet =
false;
166 bool m_sourceLocationNameHasBeenSet =
false;
169 bool m_tagsHasBeenSet =
false;
172 bool m_vodSourceNameHasBeenSet =
false;
175 bool m_requestIdHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue