7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elastictranscoder/model/HlsContentProtection.h>
11#include <aws/elastictranscoder/model/PlayReadyDrm.h>
24namespace ElasticTranscoder
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
71 template<
typename FormatT = Aws::String>
72 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
73 template<
typename FormatT = Aws::String>
109 template<
typename OutputKeysT = Aws::Vector<Aws::String>>
110 void SetOutputKeys(OutputKeysT&& value) { m_outputKeysHasBeenSet =
true; m_outputKeys = std::forward<OutputKeysT>(value); }
111 template<
typename OutputKeysT = Aws::Vector<Aws::String>>
113 template<
typename OutputKeysT = Aws::String>
114 CreateJobPlaylist&
AddOutputKeys(OutputKeysT&& value) { m_outputKeysHasBeenSet =
true; m_outputKeys.emplace_back(std::forward<OutputKeysT>(value));
return *
this; }
124 template<
typename HlsContentProtectionT = HlsContentProtection>
125 void SetHlsContentProtection(HlsContentProtectionT&& value) { m_hlsContentProtectionHasBeenSet =
true; m_hlsContentProtection = std::forward<HlsContentProtectionT>(value); }
126 template<
typename HlsContentProtectionT = HlsContentProtection>
137 template<
typename PlayReadyDrmT = PlayReadyDrm>
138 void SetPlayReadyDrm(PlayReadyDrmT&& value) { m_playReadyDrmHasBeenSet =
true; m_playReadyDrm = std::forward<PlayReadyDrmT>(value); }
139 template<
typename PlayReadyDrmT = PlayReadyDrm>
145 bool m_nameHasBeenSet =
false;
148 bool m_formatHasBeenSet =
false;
151 bool m_outputKeysHasBeenSet =
false;
154 bool m_hlsContentProtectionHasBeenSet =
false;
157 bool m_playReadyDrmHasBeenSet =
false;
CreateJobPlaylist & AddOutputKeys(OutputKeysT &&value)
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetOutputKeys() const
const Aws::String & GetFormat() const
AWS_ELASTICTRANSCODER_API CreateJobPlaylist(Aws::Utils::Json::JsonView jsonValue)
AWS_ELASTICTRANSCODER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ELASTICTRANSCODER_API CreateJobPlaylist & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
CreateJobPlaylist & WithPlayReadyDrm(PlayReadyDrmT &&value)
bool OutputKeysHasBeenSet() const
bool PlayReadyDrmHasBeenSet() const
void SetHlsContentProtection(HlsContentProtectionT &&value)
CreateJobPlaylist & WithName(NameT &&value)
CreateJobPlaylist & WithHlsContentProtection(HlsContentProtectionT &&value)
void SetPlayReadyDrm(PlayReadyDrmT &&value)
const HlsContentProtection & GetHlsContentProtection() const
CreateJobPlaylist & WithOutputKeys(OutputKeysT &&value)
bool HlsContentProtectionHasBeenSet() const
AWS_ELASTICTRANSCODER_API CreateJobPlaylist()=default
bool FormatHasBeenSet() const
void SetFormat(FormatT &&value)
const PlayReadyDrm & GetPlayReadyDrm() const
CreateJobPlaylist & WithFormat(FormatT &&value)
void SetName(NameT &&value)
void SetOutputKeys(OutputKeysT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue