7#include <aws/scheduler/Scheduler_EXPORTS.h>
8#include <aws/scheduler/SchedulerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename NameT = Aws::String>
42 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
43 template<
typename NameT = Aws::String>
49 bool m_nameHasBeenSet =
false;
AWS_SCHEDULER_API GetScheduleGroupRequest()=default
AWS_SCHEDULER_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
GetScheduleGroupRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String