AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Id3Insertion.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaConvert
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_MEDIACONVERT_API Id3Insertion();
38 AWS_MEDIACONVERT_API Id3Insertion(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDIACONVERT_API Id3Insertion& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetId3() const{ return m_id3; }
48 inline bool Id3HasBeenSet() const { return m_id3HasBeenSet; }
49 inline void SetId3(const Aws::String& value) { m_id3HasBeenSet = true; m_id3 = value; }
50 inline void SetId3(Aws::String&& value) { m_id3HasBeenSet = true; m_id3 = std::move(value); }
51 inline void SetId3(const char* value) { m_id3HasBeenSet = true; m_id3.assign(value); }
52 inline Id3Insertion& WithId3(const Aws::String& value) { SetId3(value); return *this;}
53 inline Id3Insertion& WithId3(Aws::String&& value) { SetId3(std::move(value)); return *this;}
54 inline Id3Insertion& WithId3(const char* value) { SetId3(value); return *this;}
56
58
61 inline const Aws::String& GetTimecode() const{ return m_timecode; }
62 inline bool TimecodeHasBeenSet() const { return m_timecodeHasBeenSet; }
63 inline void SetTimecode(const Aws::String& value) { m_timecodeHasBeenSet = true; m_timecode = value; }
64 inline void SetTimecode(Aws::String&& value) { m_timecodeHasBeenSet = true; m_timecode = std::move(value); }
65 inline void SetTimecode(const char* value) { m_timecodeHasBeenSet = true; m_timecode.assign(value); }
66 inline Id3Insertion& WithTimecode(const Aws::String& value) { SetTimecode(value); return *this;}
67 inline Id3Insertion& WithTimecode(Aws::String&& value) { SetTimecode(std::move(value)); return *this;}
68 inline Id3Insertion& WithTimecode(const char* value) { SetTimecode(value); return *this;}
70 private:
71
72 Aws::String m_id3;
73 bool m_id3HasBeenSet = false;
74
75 Aws::String m_timecode;
76 bool m_timecodeHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace MediaConvert
81} // namespace Aws
void SetTimecode(const Aws::String &value)
Id3Insertion & WithTimecode(const char *value)
void SetTimecode(const char *value)
AWS_MEDIACONVERT_API Id3Insertion()
Id3Insertion & WithTimecode(const Aws::String &value)
Id3Insertion & WithId3(const Aws::String &value)
Id3Insertion & WithId3(Aws::String &&value)
AWS_MEDIACONVERT_API Id3Insertion & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimecode(Aws::String &&value)
void SetId3(Aws::String &&value)
const Aws::String & GetId3() const
const Aws::String & GetTimecode() const
void SetId3(const Aws::String &value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Id3Insertion & WithTimecode(Aws::String &&value)
AWS_MEDIACONVERT_API Id3Insertion(Aws::Utils::Json::JsonView jsonValue)
Id3Insertion & WithId3(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue