AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
StreamingExperienceSettings.h
1
6#pragma once
7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/PreferredProtocol.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AppStream {
20namespace Model {
21
30 public:
31 AWS_APPSTREAM_API StreamingExperienceSettings() = default;
34 AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline PreferredProtocol GetPreferredProtocol() const { return m_preferredProtocol; }
42 inline bool PreferredProtocolHasBeenSet() const { return m_preferredProtocolHasBeenSet; }
44 m_preferredProtocolHasBeenSet = true;
45 m_preferredProtocol = value;
46 }
49 return *this;
50 }
52 private:
54 bool m_preferredProtocolHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace AppStream
59} // namespace Aws
AWS_APPSTREAM_API StreamingExperienceSettings()=default
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPSTREAM_API StreamingExperienceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamingExperienceSettings & WithPreferredProtocol(PreferredProtocol value)
AWS_APPSTREAM_API StreamingExperienceSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue