7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/model/SchedulerType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
72 bool m_typeHasBeenSet =
false;
75 bool m_versionHasBeenSet =
false;
SchedulerRequest & WithVersion(Aws::String &&value)
SchedulerRequest & WithType(SchedulerType &&value)
void SetType(const SchedulerType &value)
AWS_PCS_API SchedulerRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PCS_API SchedulerRequest()
SchedulerRequest & WithVersion(const Aws::String &value)
void SetVersion(const Aws::String &value)
void SetVersion(Aws::String &&value)
void SetVersion(const char *value)
SchedulerRequest & WithVersion(const char *value)
SchedulerRequest & WithType(const SchedulerType &value)
bool TypeHasBeenSet() const
const SchedulerType & GetType() const
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
bool VersionHasBeenSet() const
void SetType(SchedulerType &&value)
const Aws::String & GetVersion() const
AWS_PCS_API SchedulerRequest(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue