7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/model/SchedulerType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 template<
typename VersionT = Aws::String>
63 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
64 template<
typename VersionT = Aws::String>
70 bool m_typeHasBeenSet =
false;
73 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