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/SortOrder.h>
45 template<
typename PipelineNameT = Aws::String>
46 void SetPipelineName(PipelineNameT&& value) { m_pipelineNameHasBeenSet =
true; m_pipelineName = std::forward<PipelineNameT>(value); }
47 template<
typename PipelineNameT = Aws::String>
58 template<
typename CreatedAfterT = Aws::Utils::DateTime>
59 void SetCreatedAfter(CreatedAfterT&& value) { m_createdAfterHasBeenSet =
true; m_createdAfter = std::forward<CreatedAfterT>(value); }
60 template<
typename CreatedAfterT = Aws::Utils::DateTime>
71 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
72 void SetCreatedBefore(CreatedBeforeT&& value) { m_createdBeforeHasBeenSet =
true; m_createdBefore = std::forward<CreatedBeforeT>(value); }
73 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
95 template<
typename NextTokenT = Aws::String>
96 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
97 template<
typename NextTokenT = Aws::String>
107 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
113 bool m_pipelineNameHasBeenSet =
false;
116 bool m_createdAfterHasBeenSet =
false;
119 bool m_createdBeforeHasBeenSet =
false;
122 bool m_sortOrderHasBeenSet =
false;
125 bool m_nextTokenHasBeenSet =
false;
128 bool m_maxResultsHasBeenSet =
false;
ListPipelineVersionsRequest & WithCreatedBefore(CreatedBeforeT &&value)
int GetMaxResults() const
AWS_SAGEMAKER_API ListPipelineVersionsRequest()=default
const Aws::String & GetNextToken() const
ListPipelineVersionsRequest & WithPipelineName(PipelineNameT &&value)
void SetCreatedAfter(CreatedAfterT &&value)
bool NextTokenHasBeenSet() const
bool CreatedAfterHasBeenSet() const
bool MaxResultsHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedBefore() const
bool CreatedBeforeHasBeenSet() const
const Aws::String & GetPipelineName() const
const Aws::Utils::DateTime & GetCreatedAfter() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListPipelineVersionsRequest & WithNextToken(NextTokenT &&value)
ListPipelineVersionsRequest & WithCreatedAfter(CreatedAfterT &&value)
ListPipelineVersionsRequest & WithMaxResults(int value)
bool SortOrderHasBeenSet() const
void SetCreatedBefore(CreatedBeforeT &&value)
void SetPipelineName(PipelineNameT &&value)
void SetSortOrder(SortOrder value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
SortOrder GetSortOrder() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
ListPipelineVersionsRequest & WithSortOrder(SortOrder value)
void SetMaxResults(int value)
bool PipelineNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String