AWS SDK for C++

AWS SDK for C++ Version 1.11.747

Loading...
Searching...
No Matches
ChannelEngineVersionRequest.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive {
20namespace Model {
21
29 public:
30 AWS_MEDIALIVE_API ChannelEngineVersionRequest() = default;
33 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetVersion() const { return m_version; }
41 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
42 template <typename VersionT = Aws::String>
43 void SetVersion(VersionT&& value) {
44 m_versionHasBeenSet = true;
45 m_version = std::forward<VersionT>(value);
46 }
47 template <typename VersionT = Aws::String>
49 SetVersion(std::forward<VersionT>(value));
50 return *this;
51 }
53 private:
54 Aws::String m_version;
55 bool m_versionHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace MediaLive
60} // namespace Aws
AWS_MEDIALIVE_API ChannelEngineVersionRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API ChannelEngineVersionRequest()=default
AWS_MEDIALIVE_API ChannelEngineVersionRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
ChannelEngineVersionRequest & WithVersion(VersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue