7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/model/SchedulerType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
63 template<
typename VersionT = Aws::String>
64 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
65 template<
typename VersionT = Aws::String>
71 bool m_typeHasBeenSet =
false;
74 bool m_versionHasBeenSet =
false;
void SetVersion(VersionT &&value)
Scheduler & WithVersion(VersionT &&value)
Scheduler & WithType(SchedulerType value)
AWS_PCS_API Scheduler & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(SchedulerType value)
AWS_PCS_API Scheduler()=default
bool TypeHasBeenSet() const
SchedulerType GetType() const
bool VersionHasBeenSet() const
AWS_PCS_API Scheduler(Aws::Utils::Json::JsonView jsonValue)
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue