AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
StreamingExperienceSettings.h
Go to the documentation of this file.
1
6#pragma once
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 AppStream
22{
23namespace Model
24{
25
34 {
35 public:
40
41
46 inline const PreferredProtocol& GetPreferredProtocol() const{ return m_preferredProtocol; }
47
52 inline bool PreferredProtocolHasBeenSet() const { return m_preferredProtocolHasBeenSet; }
53
58 inline void SetPreferredProtocol(const PreferredProtocol& value) { m_preferredProtocolHasBeenSet = true; m_preferredProtocol = value; }
59
64 inline void SetPreferredProtocol(PreferredProtocol&& value) { m_preferredProtocolHasBeenSet = true; m_preferredProtocol = std::move(value); }
65
71
77
78 private:
79
80 PreferredProtocol m_preferredProtocol;
81 bool m_preferredProtocolHasBeenSet = false;
82 };
83
84} // namespace Model
85} // namespace AppStream
86} // namespace Aws
#define AWS_APPSTREAM_API
StreamingExperienceSettings & WithPreferredProtocol(PreferredProtocol &&value)
StreamingExperienceSettings & WithPreferredProtocol(const PreferredProtocol &value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPSTREAM_API StreamingExperienceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSTREAM_API StreamingExperienceSettings(Aws::Utils::Json::JsonView jsonValue)