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/SortArtifactsBy.h>
12#include <aws/sagemaker/model/SortOrder.h>
46 template<
typename SourceUriT = Aws::String>
47 void SetSourceUri(SourceUriT&& value) { m_sourceUriHasBeenSet =
true; m_sourceUri = std::forward<SourceUriT>(value); }
48 template<
typename SourceUriT = Aws::String>
58 template<
typename ArtifactTypeT = Aws::String>
59 void SetArtifactType(ArtifactTypeT&& value) { m_artifactTypeHasBeenSet =
true; m_artifactType = std::forward<ArtifactTypeT>(value); }
60 template<
typename ArtifactTypeT = Aws::String>
71 template<
typename CreatedAfterT = Aws::Utils::DateTime>
72 void SetCreatedAfter(CreatedAfterT&& value) { m_createdAfterHasBeenSet =
true; m_createdAfter = std::forward<CreatedAfterT>(value); }
73 template<
typename CreatedAfterT = Aws::Utils::DateTime>
84 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
85 void SetCreatedBefore(CreatedBeforeT&& value) { m_createdBeforeHasBeenSet =
true; m_createdBefore = std::forward<CreatedBeforeT>(value); }
86 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
119 template<
typename NextTokenT = Aws::String>
120 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
121 template<
typename NextTokenT = Aws::String>
132 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
138 bool m_sourceUriHasBeenSet =
false;
141 bool m_artifactTypeHasBeenSet =
false;
144 bool m_createdAfterHasBeenSet =
false;
147 bool m_createdBeforeHasBeenSet =
false;
150 bool m_sortByHasBeenSet =
false;
153 bool m_sortOrderHasBeenSet =
false;
156 bool m_nextTokenHasBeenSet =
false;
159 bool m_maxResultsHasBeenSet =
false;
bool ArtifactTypeHasBeenSet() const
bool NextTokenHasBeenSet() const
SortOrder GetSortOrder() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
ListArtifactsRequest & WithSourceUri(SourceUriT &&value)
int GetMaxResults() const
void SetMaxResults(int value)
void SetSortBy(SortArtifactsBy value)
AWS_SAGEMAKER_API ListArtifactsRequest()=default
bool SortOrderHasBeenSet() const
ListArtifactsRequest & WithCreatedAfter(CreatedAfterT &&value)
ListArtifactsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetArtifactType() const
void SetCreatedBefore(CreatedBeforeT &&value)
void SetSortOrder(SortOrder value)
ListArtifactsRequest & WithMaxResults(int value)
const Aws::Utils::DateTime & GetCreatedBefore() const
void SetCreatedAfter(CreatedAfterT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
void SetArtifactType(ArtifactTypeT &&value)
virtual const char * GetServiceRequestName() const override
bool SourceUriHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAfter() const
bool MaxResultsHasBeenSet() const
bool CreatedAfterHasBeenSet() const
const Aws::String & GetNextToken() const
void SetSourceUri(SourceUriT &&value)
SortArtifactsBy GetSortBy() const
bool SortByHasBeenSet() const
ListArtifactsRequest & WithArtifactType(ArtifactTypeT &&value)
ListArtifactsRequest & WithSortOrder(SortOrder value)
bool CreatedBeforeHasBeenSet() const
const Aws::String & GetSourceUri() const
ListArtifactsRequest & WithSortBy(SortArtifactsBy value)
ListArtifactsRequest & WithCreatedBefore(CreatedBeforeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String