7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pcs/PCS_EXPORTS.h>
9#include <aws/pcs/model/SchedulerType.h>
43 m_typeHasBeenSet =
true;
62 template <
typename VersionT = Aws::String>
64 m_versionHasBeenSet =
true;
65 m_version = std::forward<VersionT>(value);
67 template <
typename VersionT = Aws::String>
77 bool m_typeHasBeenSet =
false;
78 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