7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
19namespace mediapackagev2 {
41 template <
typename TitleT = Aws::String>
43 m_titleHasBeenSet =
true;
44 m_title = std::forward<TitleT>(value);
46 template <
typename TitleT = Aws::String>
48 SetTitle(std::forward<TitleT>(value));
59 template <
typename SourceT = Aws::String>
61 m_sourceHasBeenSet =
true;
62 m_source = std::forward<SourceT>(value);
64 template <
typename SourceT = Aws::String>
77 template <
typename CopyrightT = Aws::String>
79 m_copyrightHasBeenSet =
true;
80 m_copyright = std::forward<CopyrightT>(value);
82 template <
typename CopyrightT = Aws::String>
95 template <
typename LanguageCodeT = Aws::String>
97 m_languageCodeHasBeenSet =
true;
98 m_languageCode = std::forward<LanguageCodeT>(value);
100 template <
typename LanguageCodeT = Aws::String>
113 template <
typename MoreInformationUrlT = Aws::String>
115 m_moreInformationUrlHasBeenSet =
true;
116 m_moreInformationUrl = std::forward<MoreInformationUrlT>(value);
118 template <
typename MoreInformationUrlT = Aws::String>
134 bool m_titleHasBeenSet =
false;
135 bool m_sourceHasBeenSet =
false;
136 bool m_copyrightHasBeenSet =
false;
137 bool m_languageCodeHasBeenSet =
false;
138 bool m_moreInformationUrlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue