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
50 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
51 void SetCreationTimeAfter(CreationTimeAfterT&& value) { m_creationTimeAfterHasBeenSet =
true; m_creationTimeAfter = std::forward<CreationTimeAfterT>(value); }
52 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
63 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
64 void SetCreationTimeBefore(CreationTimeBeforeT&& value) { m_creationTimeBeforeHasBeenSet =
true; m_creationTimeBefore = std::forward<CreationTimeBeforeT>(value); }
65 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
75 template<
typename FlowDefinitionArnT = Aws::String>
76 void SetFlowDefinitionArn(FlowDefinitionArnT&& value) { m_flowDefinitionArnHasBeenSet =
true; m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value); }
77 template<
typename FlowDefinitionArnT = Aws::String>
98 template<
typename NextTokenT = Aws::String>
99 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
100 template<
typename NextTokenT = Aws::String>
113 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
119 bool m_creationTimeAfterHasBeenSet =
false;
122 bool m_creationTimeBeforeHasBeenSet =
false;
125 bool m_flowDefinitionArnHasBeenSet =
false;
128 bool m_sortOrderHasBeenSet =
false;
131 bool m_nextTokenHasBeenSet =
false;
134 bool m_maxResultsHasBeenSet =
false;
void SetFlowDefinitionArn(FlowDefinitionArnT &&value)
SortOrder GetSortOrder() const
void SetCreationTimeBefore(CreationTimeBeforeT &&value)
ListHumanLoopsRequest & WithNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetCreationTimeAfter() const
void SetCreationTimeAfter(CreationTimeAfterT &&value)
const Aws::String & GetFlowDefinitionArn() const
virtual const char * GetServiceRequestName() const override
ListHumanLoopsRequest & WithCreationTimeAfter(CreationTimeAfterT &&value)
AWS_AUGMENTEDAIRUNTIME_API Aws::String SerializePayload() const override
const Aws::Utils::DateTime & GetCreationTimeBefore() const
void SetNextToken(NextTokenT &&value)
ListHumanLoopsRequest & WithCreationTimeBefore(CreationTimeBeforeT &&value)
ListHumanLoopsRequest & WithMaxResults(int value)
ListHumanLoopsRequest & WithFlowDefinitionArn(FlowDefinitionArnT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
void SetSortOrder(SortOrder value)
bool CreationTimeAfterHasBeenSet() const
AWS_AUGMENTEDAIRUNTIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
bool SortOrderHasBeenSet() const
bool FlowDefinitionArnHasBeenSet() const
ListHumanLoopsRequest & WithSortOrder(SortOrder value)
bool CreationTimeBeforeHasBeenSet() const
AWS_AUGMENTEDAIRUNTIME_API ListHumanLoopsRequest()=default
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String