AWS SDK for C++

AWS SDK for C++ Version 1.11.849

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