7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/scheduler/SchedulerRequest.h>
9#include <aws/scheduler/Scheduler_EXPORTS.h>
10#include <aws/scheduler/model/ScheduleState.h>
44 template <
typename GroupNameT = Aws::String>
46 m_groupNameHasBeenSet =
true;
47 m_groupName = std::forward<GroupNameT>(value);
49 template <
typename GroupNameT = Aws::String>
65 m_maxResultsHasBeenSet =
true;
80 template <
typename NamePrefixT = Aws::String>
82 m_namePrefixHasBeenSet =
true;
83 m_namePrefix = std::forward<NamePrefixT>(value);
85 template <
typename NamePrefixT = Aws::String>
99 template <
typename NextTokenT = Aws::String>
101 m_nextTokenHasBeenSet =
true;
102 m_nextToken = std::forward<NextTokenT>(value);
104 template <
typename NextTokenT = Aws::String>
119 m_stateHasBeenSet =
true;
137 bool m_groupNameHasBeenSet =
false;
138 bool m_maxResultsHasBeenSet =
false;
139 bool m_namePrefixHasBeenSet =
false;
140 bool m_nextTokenHasBeenSet =
false;
141 bool m_stateHasBeenSet =
false;
void SetGroupName(GroupNameT &&value)
void SetNamePrefix(NamePrefixT &&value)
ListSchedulesRequest & WithState(ScheduleState value)
bool GroupNameHasBeenSet() const
ListSchedulesRequest & WithMaxResults(int value)
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
ListSchedulesRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_SCHEDULER_API ListSchedulesRequest()=default
const Aws::String & GetGroupName() const
ListSchedulesRequest & WithNamePrefix(NamePrefixT &&value)
AWS_SCHEDULER_API Aws::String SerializePayload() const override
const Aws::String & GetNamePrefix() const
AWS_SCHEDULER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
void SetState(ScheduleState value)
ListSchedulesRequest & WithGroupName(GroupNameT &&value)
virtual const char * GetServiceRequestName() const override
ScheduleState GetState() const
bool MaxResultsHasBeenSet() const
bool StateHasBeenSet() const
const Aws::String & GetNextToken() const
bool NamePrefixHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String