7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/SortPipelineExecutionsBy.h>
12#include <aws/sagemaker/model/SortOrder.h>
46 template<
typename PipelineNameT = Aws::String>
47 void SetPipelineName(PipelineNameT&& value) { m_pipelineNameHasBeenSet =
true; m_pipelineName = std::forward<PipelineNameT>(value); }
48 template<
typename PipelineNameT = Aws::String>
59 template<
typename CreatedAfterT = Aws::Utils::DateTime>
60 void SetCreatedAfter(CreatedAfterT&& value) { m_createdAfterHasBeenSet =
true; m_createdAfter = std::forward<CreatedAfterT>(value); }
61 template<
typename CreatedAfterT = Aws::Utils::DateTime>
72 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
73 void SetCreatedBefore(CreatedBeforeT&& value) { m_createdBeforeHasBeenSet =
true; m_createdBefore = std::forward<CreatedBeforeT>(value); }
74 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
107 template<
typename NextTokenT = Aws::String>
108 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
109 template<
typename NextTokenT = Aws::String>
119 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
125 bool m_pipelineNameHasBeenSet =
false;
128 bool m_createdAfterHasBeenSet =
false;
131 bool m_createdBeforeHasBeenSet =
false;
134 bool m_sortByHasBeenSet =
false;
137 bool m_sortOrderHasBeenSet =
false;
140 bool m_nextTokenHasBeenSet =
false;
143 bool m_maxResultsHasBeenSet =
false;
bool PipelineNameHasBeenSet() const
bool CreatedBeforeHasBeenSet() const
ListPipelineExecutionsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
int GetMaxResults() const
ListPipelineExecutionsRequest & WithCreatedAfter(CreatedAfterT &&value)
ListPipelineExecutionsRequest & WithNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetCreatedBefore() const
ListPipelineExecutionsRequest & WithPipelineName(PipelineNameT &&value)
bool SortByHasBeenSet() const
ListPipelineExecutionsRequest & WithSortOrder(SortOrder value)
const Aws::Utils::DateTime & GetCreatedAfter() const
void SetSortOrder(SortOrder value)
SortOrder GetSortOrder() const
bool NextTokenHasBeenSet() const
ListPipelineExecutionsRequest & WithSortBy(SortPipelineExecutionsBy value)
void SetSortBy(SortPipelineExecutionsBy value)
AWS_SAGEMAKER_API ListPipelineExecutionsRequest()=default
bool CreatedAfterHasBeenSet() const
void SetMaxResults(int value)
void SetCreatedAfter(CreatedAfterT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetCreatedBefore(CreatedBeforeT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
const Aws::String & GetPipelineName() const
ListPipelineExecutionsRequest & WithCreatedBefore(CreatedBeforeT &&value)
SortPipelineExecutionsBy GetSortBy() const
bool SortOrderHasBeenSet() const
void SetPipelineName(PipelineNameT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String