AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
TimedMetadataInsertion.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconvert/model/Id3Insertion.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaConvert
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_MEDIACONVERT_API TimedMetadataInsertion() = default;
38 AWS_MEDIACONVERT_API TimedMetadataInsertion(Aws::Utils::Json::JsonView jsonValue);
40 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::Vector<Id3Insertion>& GetId3Insertions() const { return m_id3Insertions; }
48 inline bool Id3InsertionsHasBeenSet() const { return m_id3InsertionsHasBeenSet; }
49 template<typename Id3InsertionsT = Aws::Vector<Id3Insertion>>
50 void SetId3Insertions(Id3InsertionsT&& value) { m_id3InsertionsHasBeenSet = true; m_id3Insertions = std::forward<Id3InsertionsT>(value); }
51 template<typename Id3InsertionsT = Aws::Vector<Id3Insertion>>
52 TimedMetadataInsertion& WithId3Insertions(Id3InsertionsT&& value) { SetId3Insertions(std::forward<Id3InsertionsT>(value)); return *this;}
53 template<typename Id3InsertionsT = Id3Insertion>
54 TimedMetadataInsertion& AddId3Insertions(Id3InsertionsT&& value) { m_id3InsertionsHasBeenSet = true; m_id3Insertions.emplace_back(std::forward<Id3InsertionsT>(value)); return *this; }
56 private:
57
58 Aws::Vector<Id3Insertion> m_id3Insertions;
59 bool m_id3InsertionsHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace MediaConvert
64} // namespace Aws
AWS_MEDIACONVERT_API TimedMetadataInsertion & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Id3Insertion > & GetId3Insertions() const
TimedMetadataInsertion & WithId3Insertions(Id3InsertionsT &&value)
AWS_MEDIACONVERT_API TimedMetadataInsertion(Aws::Utils::Json::JsonView jsonValue)
TimedMetadataInsertion & AddId3Insertions(Id3InsertionsT &&value)
AWS_MEDIACONVERT_API TimedMetadataInsertion()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue