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/SortPipelinesBy.h>
12#include <aws/sagemaker/model/SortOrder.h>
46 template<
typename PipelineNamePrefixT = Aws::String>
47 void SetPipelineNamePrefix(PipelineNamePrefixT&& value) { m_pipelineNamePrefixHasBeenSet =
true; m_pipelineNamePrefix = std::forward<PipelineNamePrefixT>(value); }
48 template<
typename PipelineNamePrefixT = 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_pipelineNamePrefixHasBeenSet =
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;
int GetMaxResults() const
AWS_SAGEMAKER_API ListPipelinesRequest()=default
ListPipelinesRequest & WithPipelineNamePrefix(PipelineNamePrefixT &&value)
SortPipelinesBy GetSortBy() const
bool PipelineNamePrefixHasBeenSet() const
ListPipelinesRequest & WithCreatedAfter(CreatedAfterT &&value)
SortOrder GetSortOrder() const
ListPipelinesRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
void SetSortOrder(SortOrder value)
bool MaxResultsHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
ListPipelinesRequest & WithNextToken(NextTokenT &&value)
bool CreatedBeforeHasBeenSet() const
void SetPipelineNamePrefix(PipelineNamePrefixT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPipelineNamePrefix() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
ListPipelinesRequest & WithSortBy(SortPipelinesBy value)
bool SortByHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAfter() const
bool CreatedAfterHasBeenSet() const
void SetCreatedBefore(CreatedBeforeT &&value)
const Aws::Utils::DateTime & GetCreatedBefore() const
void SetSortBy(SortPipelinesBy value)
const Aws::String & GetNextToken() const
ListPipelinesRequest & WithSortOrder(SortOrder value)
ListPipelinesRequest & WithCreatedBefore(CreatedBeforeT &&value)
void SetCreatedAfter(CreatedAfterT &&value)
bool SortOrderHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String