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 SetType(SchedulerType value)
AWS_PCS_API SchedulerRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVersion(VersionT &&value)
AWS_PCS_API SchedulerRequest()=default
SchedulerRequest & WithType(SchedulerType value)
bool TypeHasBeenSet() const
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
bool VersionHasBeenSet() const
SchedulerType GetType() const
SchedulerRequest & WithVersion(VersionT &&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