AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DashDvbFontDownload.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
34 {
35 public:
36 AWS_MEDIAPACKAGEV2_API DashDvbFontDownload() = default;
37 AWS_MEDIAPACKAGEV2_API DashDvbFontDownload(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIAPACKAGEV2_API DashDvbFontDownload& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetUrl() const { return m_url; }
47 inline bool UrlHasBeenSet() const { return m_urlHasBeenSet; }
48 template<typename UrlT = Aws::String>
49 void SetUrl(UrlT&& value) { m_urlHasBeenSet = true; m_url = std::forward<UrlT>(value); }
50 template<typename UrlT = Aws::String>
51 DashDvbFontDownload& WithUrl(UrlT&& value) { SetUrl(std::forward<UrlT>(value)); return *this;}
53
55
62 inline const Aws::String& GetMimeType() const { return m_mimeType; }
63 inline bool MimeTypeHasBeenSet() const { return m_mimeTypeHasBeenSet; }
64 template<typename MimeTypeT = Aws::String>
65 void SetMimeType(MimeTypeT&& value) { m_mimeTypeHasBeenSet = true; m_mimeType = std::forward<MimeTypeT>(value); }
66 template<typename MimeTypeT = Aws::String>
67 DashDvbFontDownload& WithMimeType(MimeTypeT&& value) { SetMimeType(std::forward<MimeTypeT>(value)); return *this;}
69
71
76 inline const Aws::String& GetFontFamily() const { return m_fontFamily; }
77 inline bool FontFamilyHasBeenSet() const { return m_fontFamilyHasBeenSet; }
78 template<typename FontFamilyT = Aws::String>
79 void SetFontFamily(FontFamilyT&& value) { m_fontFamilyHasBeenSet = true; m_fontFamily = std::forward<FontFamilyT>(value); }
80 template<typename FontFamilyT = Aws::String>
81 DashDvbFontDownload& WithFontFamily(FontFamilyT&& value) { SetFontFamily(std::forward<FontFamilyT>(value)); return *this;}
83 private:
84
85 Aws::String m_url;
86 bool m_urlHasBeenSet = false;
87
88 Aws::String m_mimeType;
89 bool m_mimeTypeHasBeenSet = false;
90
91 Aws::String m_fontFamily;
92 bool m_fontFamilyHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace mediapackagev2
97} // namespace Aws
DashDvbFontDownload & WithUrl(UrlT &&value)
AWS_MEDIAPACKAGEV2_API DashDvbFontDownload()=default
DashDvbFontDownload & WithFontFamily(FontFamilyT &&value)
DashDvbFontDownload & WithMimeType(MimeTypeT &&value)
AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIAPACKAGEV2_API DashDvbFontDownload & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIAPACKAGEV2_API DashDvbFontDownload(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue