AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DashProgramInformation.h
1
6#pragma once
7#include <aws/mediapackagev2/Mediapackagev2_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 mediapackagev2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDIAPACKAGEV2_API DashProgramInformation() = default;
36 AWS_MEDIAPACKAGEV2_API DashProgramInformation(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetTitle() const { return m_title; }
46 inline bool TitleHasBeenSet() const { return m_titleHasBeenSet; }
47 template<typename TitleT = Aws::String>
48 void SetTitle(TitleT&& value) { m_titleHasBeenSet = true; m_title = std::forward<TitleT>(value); }
49 template<typename TitleT = Aws::String>
50 DashProgramInformation& WithTitle(TitleT&& value) { SetTitle(std::forward<TitleT>(value)); return *this;}
52
54
57 inline const Aws::String& GetSource() const { return m_source; }
58 inline bool SourceHasBeenSet() const { return m_sourceHasBeenSet; }
59 template<typename SourceT = Aws::String>
60 void SetSource(SourceT&& value) { m_sourceHasBeenSet = true; m_source = std::forward<SourceT>(value); }
61 template<typename SourceT = Aws::String>
62 DashProgramInformation& WithSource(SourceT&& value) { SetSource(std::forward<SourceT>(value)); return *this;}
64
66
69 inline const Aws::String& GetCopyright() const { return m_copyright; }
70 inline bool CopyrightHasBeenSet() const { return m_copyrightHasBeenSet; }
71 template<typename CopyrightT = Aws::String>
72 void SetCopyright(CopyrightT&& value) { m_copyrightHasBeenSet = true; m_copyright = std::forward<CopyrightT>(value); }
73 template<typename CopyrightT = Aws::String>
74 DashProgramInformation& WithCopyright(CopyrightT&& value) { SetCopyright(std::forward<CopyrightT>(value)); return *this;}
76
78
81 inline const Aws::String& GetLanguageCode() const { return m_languageCode; }
82 inline bool LanguageCodeHasBeenSet() const { return m_languageCodeHasBeenSet; }
83 template<typename LanguageCodeT = Aws::String>
84 void SetLanguageCode(LanguageCodeT&& value) { m_languageCodeHasBeenSet = true; m_languageCode = std::forward<LanguageCodeT>(value); }
85 template<typename LanguageCodeT = Aws::String>
86 DashProgramInformation& WithLanguageCode(LanguageCodeT&& value) { SetLanguageCode(std::forward<LanguageCodeT>(value)); return *this;}
88
90
93 inline const Aws::String& GetMoreInformationUrl() const { return m_moreInformationUrl; }
94 inline bool MoreInformationUrlHasBeenSet() const { return m_moreInformationUrlHasBeenSet; }
95 template<typename MoreInformationUrlT = Aws::String>
96 void SetMoreInformationUrl(MoreInformationUrlT&& value) { m_moreInformationUrlHasBeenSet = true; m_moreInformationUrl = std::forward<MoreInformationUrlT>(value); }
97 template<typename MoreInformationUrlT = Aws::String>
98 DashProgramInformation& WithMoreInformationUrl(MoreInformationUrlT&& value) { SetMoreInformationUrl(std::forward<MoreInformationUrlT>(value)); return *this;}
100 private:
101
102 Aws::String m_title;
103 bool m_titleHasBeenSet = false;
104
105 Aws::String m_source;
106 bool m_sourceHasBeenSet = false;
107
108 Aws::String m_copyright;
109 bool m_copyrightHasBeenSet = false;
110
111 Aws::String m_languageCode;
112 bool m_languageCodeHasBeenSet = false;
113
114 Aws::String m_moreInformationUrl;
115 bool m_moreInformationUrlHasBeenSet = false;
116 };
117
118} // namespace Model
119} // namespace mediapackagev2
120} // namespace Aws
AWS_MEDIAPACKAGEV2_API DashProgramInformation(Aws::Utils::Json::JsonView jsonValue)
DashProgramInformation & WithSource(SourceT &&value)
DashProgramInformation & WithLanguageCode(LanguageCodeT &&value)
DashProgramInformation & WithTitle(TitleT &&value)
AWS_MEDIAPACKAGEV2_API DashProgramInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
DashProgramInformation & WithMoreInformationUrl(MoreInformationUrlT &&value)
AWS_MEDIAPACKAGEV2_API DashProgramInformation()=default
DashProgramInformation & WithCopyright(CopyrightT &&value)
AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue