7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snow-device-management/SnowDeviceManagementRequest.h>
9#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
10#include <aws/snow-device-management/model/TaskState.h>
18namespace SnowDeviceManagement {
44 m_maxResultsHasBeenSet =
true;
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
78 m_stateHasBeenSet =
true;
92 bool m_maxResultsHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
94 bool m_stateHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
TaskState GetState() const
ListTasksRequest & WithState(TaskState value)
void SetState(TaskState value)
ListTasksRequest & WithMaxResults(int value)
AWS_SNOWDEVICEMANAGEMENT_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
bool StateHasBeenSet() const
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
AWS_SNOWDEVICEMANAGEMENT_API ListTasksRequest()=default
ListTasksRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
AWS_SNOWDEVICEMANAGEMENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String