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/sagemaker/model/HubContentType.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/HubContentSortBy.h>
13#include <aws/sagemaker/model/SortOrder.h>
49 inline void SetHubName(
const char* value) { m_hubNameHasBeenSet =
true; m_hubName.assign(value); }
75 inline void SetNameContains(
const char* value) { m_nameContainsHasBeenSet =
true; m_nameContains.assign(value); }
89 inline void SetMaxSchemaVersion(
const char* value) { m_maxSchemaVersionHasBeenSet =
true; m_maxSchemaVersion.assign(value); }
149 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
163 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
171 bool m_hubNameHasBeenSet =
false;
174 bool m_hubContentTypeHasBeenSet =
false;
177 bool m_nameContainsHasBeenSet =
false;
180 bool m_maxSchemaVersionHasBeenSet =
false;
183 bool m_creationTimeBeforeHasBeenSet =
false;
186 bool m_creationTimeAfterHasBeenSet =
false;
189 bool m_sortByHasBeenSet =
false;
192 bool m_sortOrderHasBeenSet =
false;
195 bool m_maxResultsHasBeenSet =
false;
198 bool m_nextTokenHasBeenSet =
false;
bool HubContentTypeHasBeenSet() const
void SetMaxSchemaVersion(const Aws::String &value)
const HubContentSortBy & GetSortBy() const
bool CreationTimeAfterHasBeenSet() const
ListHubContentsRequest & WithHubContentType(const HubContentType &value)
ListHubContentsRequest & WithSortBy(HubContentSortBy &&value)
void SetHubContentType(const HubContentType &value)
bool NextTokenHasBeenSet() const
void SetNextToken(const char *value)
ListHubContentsRequest & WithMaxResults(int value)
ListHubContentsRequest & WithNextToken(Aws::String &&value)
void SetMaxSchemaVersion(Aws::String &&value)
ListHubContentsRequest & WithHubName(const Aws::String &value)
const Aws::String & GetHubName() const
void SetCreationTimeAfter(const Aws::Utils::DateTime &value)
const Aws::String & GetMaxSchemaVersion() const
ListHubContentsRequest & WithCreationTimeAfter(Aws::Utils::DateTime &&value)
ListHubContentsRequest & WithMaxSchemaVersion(const char *value)
const Aws::Utils::DateTime & GetCreationTimeBefore() const
AWS_SAGEMAKER_API ListHubContentsRequest()
bool MaxResultsHasBeenSet() const
void SetHubContentType(HubContentType &&value)
bool MaxSchemaVersionHasBeenSet() const
ListHubContentsRequest & WithSortOrder(const SortOrder &value)
ListHubContentsRequest & WithNameContains(Aws::String &&value)
ListHubContentsRequest & WithHubName(Aws::String &&value)
ListHubContentsRequest & WithMaxSchemaVersion(const Aws::String &value)
void SetSortBy(HubContentSortBy &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
ListHubContentsRequest & WithMaxSchemaVersion(Aws::String &&value)
void SetCreationTimeAfter(Aws::Utils::DateTime &&value)
ListHubContentsRequest & WithCreationTimeAfter(const Aws::Utils::DateTime &value)
bool CreationTimeBeforeHasBeenSet() const
void SetNameContains(Aws::String &&value)
ListHubContentsRequest & WithHubName(const char *value)
void SetMaxSchemaVersion(const char *value)
int GetMaxResults() const
bool HubNameHasBeenSet() const
ListHubContentsRequest & WithSortOrder(SortOrder &&value)
const SortOrder & GetSortOrder() const
bool NameContainsHasBeenSet() const
void SetMaxResults(int value)
bool SortByHasBeenSet() const
void SetSortOrder(const SortOrder &value)
ListHubContentsRequest & WithHubContentType(HubContentType &&value)
virtual const char * GetServiceRequestName() const override
const HubContentType & GetHubContentType() const
ListHubContentsRequest & WithCreationTimeBefore(Aws::Utils::DateTime &&value)
ListHubContentsRequest & WithNameContains(const Aws::String &value)
void SetNameContains(const char *value)
const Aws::String & GetNextToken() const
void SetHubName(const char *value)
ListHubContentsRequest & WithCreationTimeBefore(const Aws::Utils::DateTime &value)
void SetSortBy(const HubContentSortBy &value)
void SetCreationTimeBefore(Aws::Utils::DateTime &&value)
void SetHubName(const Aws::String &value)
ListHubContentsRequest & WithNextToken(const Aws::String &value)
bool SortOrderHasBeenSet() const
void SetHubName(Aws::String &&value)
ListHubContentsRequest & WithSortBy(const HubContentSortBy &value)
void SetCreationTimeBefore(const Aws::Utils::DateTime &value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Utils::DateTime & GetCreationTimeAfter() const
void SetNextToken(const Aws::String &value)
void SetNameContains(const Aws::String &value)
void SetSortOrder(SortOrder &&value)
ListHubContentsRequest & WithNextToken(const char *value)
ListHubContentsRequest & WithNameContains(const char *value)
const Aws::String & GetNameContains() const
void SetNextToken(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String