7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/SortActionsBy.h>
12#include <aws/sagemaker/model/SortOrder.h>
42 template <
typename SourceUriT = Aws::String>
44 m_sourceUriHasBeenSet =
true;
45 m_sourceUri = std::forward<SourceUriT>(value);
47 template <
typename SourceUriT = Aws::String>
60 template <
typename ActionTypeT = Aws::String>
62 m_actionTypeHasBeenSet =
true;
63 m_actionType = std::forward<ActionTypeT>(value);
65 template <
typename ActionTypeT = Aws::String>
79 template <
typename CreatedAfterT = Aws::Utils::DateTime>
81 m_createdAfterHasBeenSet =
true;
82 m_createdAfter = std::forward<CreatedAfterT>(value);
84 template <
typename CreatedAfterT = Aws::Utils::DateTime>
98 template <
typename CreatedBeforeT = Aws::Utils::DateTime>
100 m_createdBeforeHasBeenSet =
true;
101 m_createdBefore = std::forward<CreatedBeforeT>(value);
103 template <
typename CreatedBeforeT = Aws::Utils::DateTime>
118 m_sortByHasBeenSet =
true;
134 m_sortOrderHasBeenSet =
true;
150 template <
typename NextTokenT = Aws::String>
152 m_nextTokenHasBeenSet =
true;
153 m_nextToken = std::forward<NextTokenT>(value);
155 template <
typename NextTokenT = Aws::String>
170 m_maxResultsHasBeenSet =
true;
171 m_maxResults = value;
194 bool m_sourceUriHasBeenSet =
false;
195 bool m_actionTypeHasBeenSet =
false;
196 bool m_createdAfterHasBeenSet =
false;
197 bool m_createdBeforeHasBeenSet =
false;
198 bool m_sortByHasBeenSet =
false;
199 bool m_sortOrderHasBeenSet =
false;
200 bool m_nextTokenHasBeenSet =
false;
201 bool m_maxResultsHasBeenSet =
false;
SortActionsBy GetSortBy() const
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
bool SortOrderHasBeenSet() const
void SetSourceUri(SourceUriT &&value)
ListActionsRequest & WithCreatedAfter(CreatedAfterT &&value)
const Aws::String & GetActionType() const
void SetCreatedBefore(CreatedBeforeT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::Utils::DateTime & GetCreatedAfter() const
AWS_SAGEMAKER_API ListActionsRequest()=default
void SetMaxResults(int value)
bool ActionTypeHasBeenSet() const
void SetActionType(ActionTypeT &&value)
ListActionsRequest & WithSortBy(SortActionsBy value)
void SetNextToken(NextTokenT &&value)
ListActionsRequest & WithCreatedBefore(CreatedBeforeT &&value)
int GetMaxResults() const
SortOrder GetSortOrder() const
bool CreatedBeforeHasBeenSet() const
void SetCreatedAfter(CreatedAfterT &&value)
void SetSortOrder(SortOrder value)
void SetSortBy(SortActionsBy value)
ListActionsRequest & WithNextToken(NextTokenT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CreatedAfterHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedBefore() const
bool SourceUriHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
ListActionsRequest & WithMaxResults(int value)
ListActionsRequest & WithActionType(ActionTypeT &&value)
ListActionsRequest & WithSourceUri(SourceUriT &&value)
bool SortByHasBeenSet() const
const Aws::String & GetSourceUri() const
ListActionsRequest & WithSortOrder(SortOrder value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String