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/SortActionsBy.h>
12#include <aws/sagemaker/model/SortOrder.h>
48 inline void SetSourceUri(
const char* value) { m_sourceUriHasBeenSet =
true; m_sourceUri.assign(value); }
62 inline void SetActionType(
const char* value) { m_actionTypeHasBeenSet =
true; m_actionType.assign(value); }
128 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
141 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
147 bool m_sourceUriHasBeenSet =
false;
150 bool m_actionTypeHasBeenSet =
false;
153 bool m_createdAfterHasBeenSet =
false;
156 bool m_createdBeforeHasBeenSet =
false;
159 bool m_sortByHasBeenSet =
false;
162 bool m_sortOrderHasBeenSet =
false;
165 bool m_nextTokenHasBeenSet =
false;
168 bool m_maxResultsHasBeenSet =
false;
ListActionsRequest & WithNextToken(const char *value)
bool NextTokenHasBeenSet() const
void SetNextToken(const char *value)
ListActionsRequest & WithSortBy(SortActionsBy &&value)
ListActionsRequest & WithActionType(const Aws::String &value)
void SetCreatedAfter(const Aws::Utils::DateTime &value)
bool MaxResultsHasBeenSet() const
bool SortOrderHasBeenSet() const
ListActionsRequest & WithActionType(Aws::String &&value)
void SetSortBy(const SortActionsBy &value)
const Aws::String & GetActionType() const
void SetCreatedBefore(const Aws::Utils::DateTime &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::Utils::DateTime & GetCreatedAfter() const
ListActionsRequest & WithNextToken(const Aws::String &value)
void SetNextToken(Aws::String &&value)
void SetMaxResults(int value)
void SetActionType(const Aws::String &value)
const SortActionsBy & GetSortBy() const
void SetCreatedAfter(Aws::Utils::DateTime &&value)
bool ActionTypeHasBeenSet() const
void SetNextToken(const Aws::String &value)
ListActionsRequest & WithCreatedAfter(Aws::Utils::DateTime &&value)
void SetActionType(const char *value)
ListActionsRequest & WithCreatedAfter(const Aws::Utils::DateTime &value)
void SetSortBy(SortActionsBy &&value)
ListActionsRequest & WithCreatedBefore(Aws::Utils::DateTime &&value)
void SetSourceUri(const char *value)
void SetSourceUri(Aws::String &&value)
int GetMaxResults() const
bool CreatedBeforeHasBeenSet() const
ListActionsRequest & WithSortOrder(SortOrder &&value)
void SetSourceUri(const Aws::String &value)
void SetSortOrder(const SortOrder &value)
ListActionsRequest & WithSourceUri(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CreatedAfterHasBeenSet() const
void SetActionType(Aws::String &&value)
ListActionsRequest & WithActionType(const char *value)
ListActionsRequest & WithSortBy(const SortActionsBy &value)
const SortOrder & GetSortOrder() const
void SetSortOrder(SortOrder &&value)
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 & WithSourceUri(Aws::String &&value)
void SetCreatedBefore(Aws::Utils::DateTime &&value)
ListActionsRequest & WithSortOrder(const SortOrder &value)
ListActionsRequest & WithNextToken(Aws::String &&value)
bool SortByHasBeenSet() const
ListActionsRequest & WithSourceUri(const char *value)
const Aws::String & GetSourceUri() const
ListActionsRequest & WithCreatedBefore(const Aws::Utils::DateTime &value)
AWS_SAGEMAKER_API ListActionsRequest()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String