7#include <aws/sagemaker-a2i-runtime/AugmentedAIRuntime_EXPORTS.h>
8#include <aws/sagemaker-a2i-runtime/AugmentedAIRuntimeRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/sagemaker-a2i-runtime/model/SortOrder.h>
20namespace AugmentedAIRuntime
77 inline void SetFlowDefinitionArn(
const char* value) { m_flowDefinitionArnHasBeenSet =
true; m_flowDefinitionArn.assign(value); }
104 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
119 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
125 bool m_creationTimeAfterHasBeenSet =
false;
128 bool m_creationTimeBeforeHasBeenSet =
false;
131 bool m_flowDefinitionArnHasBeenSet =
false;
134 bool m_sortOrderHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
140 bool m_maxResultsHasBeenSet =
false;
ListHumanLoopsRequest & WithNextToken(const char *value)
const Aws::Utils::DateTime & GetCreationTimeAfter() const
void SetSortOrder(SortOrder &&value)
void SetCreationTimeBefore(const Aws::Utils::DateTime &value)
void SetCreationTimeAfter(const Aws::Utils::DateTime &value)
const Aws::String & GetFlowDefinitionArn() const
virtual const char * GetServiceRequestName() const override
ListHumanLoopsRequest & WithFlowDefinitionArn(const char *value)
AWS_AUGMENTEDAIRUNTIME_API Aws::String SerializePayload() const override
void SetCreationTimeAfter(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreationTimeBefore() const
void SetNextToken(const char *value)
ListHumanLoopsRequest & WithMaxResults(int value)
ListHumanLoopsRequest & WithFlowDefinitionArn(const Aws::String &value)
ListHumanLoopsRequest & WithNextToken(const Aws::String &value)
void SetFlowDefinitionArn(const Aws::String &value)
ListHumanLoopsRequest & WithSortOrder(const SortOrder &value)
void SetNextToken(const Aws::String &value)
ListHumanLoopsRequest & WithFlowDefinitionArn(Aws::String &&value)
const SortOrder & GetSortOrder() const
bool MaxResultsHasBeenSet() const
void SetNextToken(Aws::String &&value)
ListHumanLoopsRequest & WithCreationTimeBefore(Aws::Utils::DateTime &&value)
const Aws::String & GetNextToken() const
ListHumanLoopsRequest & WithSortOrder(SortOrder &&value)
void SetMaxResults(int value)
ListHumanLoopsRequest & WithCreationTimeAfter(const Aws::Utils::DateTime &value)
void SetSortOrder(const SortOrder &value)
bool CreationTimeAfterHasBeenSet() const
ListHumanLoopsRequest & WithCreationTimeAfter(Aws::Utils::DateTime &&value)
void SetFlowDefinitionArn(Aws::String &&value)
ListHumanLoopsRequest & WithCreationTimeBefore(const Aws::Utils::DateTime &value)
AWS_AUGMENTEDAIRUNTIME_API ListHumanLoopsRequest()
AWS_AUGMENTEDAIRUNTIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
bool SortOrderHasBeenSet() const
bool FlowDefinitionArnHasBeenSet() const
void SetFlowDefinitionArn(const char *value)
void SetCreationTimeBefore(Aws::Utils::DateTime &&value)
bool CreationTimeBeforeHasBeenSet() const
bool NextTokenHasBeenSet() const
ListHumanLoopsRequest & WithNextToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String