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>
47 template<
typename HubNameT = Aws::String>
48 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
49 template<
typename HubNameT = Aws::String>
69 template<
typename NameContainsT = Aws::String>
70 void SetNameContains(NameContainsT&& value) { m_nameContainsHasBeenSet =
true; m_nameContains = std::forward<NameContainsT>(value); }
71 template<
typename NameContainsT = Aws::String>
81 template<
typename MaxSchemaVersionT = Aws::String>
82 void SetMaxSchemaVersion(MaxSchemaVersionT&& value) { m_maxSchemaVersionHasBeenSet =
true; m_maxSchemaVersion = std::forward<MaxSchemaVersionT>(value); }
83 template<
typename MaxSchemaVersionT = Aws::String>
93 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
94 void SetCreationTimeBefore(CreationTimeBeforeT&& value) { m_creationTimeBeforeHasBeenSet =
true; m_creationTimeBefore = std::forward<CreationTimeBeforeT>(value); }
95 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
105 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
106 void SetCreationTimeAfter(CreationTimeAfterT&& value) { m_creationTimeAfterHasBeenSet =
true; m_creationTimeAfter = std::forward<CreationTimeAfterT>(value); }
107 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
137 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
149 template<
typename NextTokenT = Aws::String>
150 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
151 template<
typename NextTokenT = Aws::String>
157 bool m_hubNameHasBeenSet =
false;
160 bool m_hubContentTypeHasBeenSet =
false;
163 bool m_nameContainsHasBeenSet =
false;
166 bool m_maxSchemaVersionHasBeenSet =
false;
169 bool m_creationTimeBeforeHasBeenSet =
false;
172 bool m_creationTimeAfterHasBeenSet =
false;
175 bool m_sortByHasBeenSet =
false;
178 bool m_sortOrderHasBeenSet =
false;
181 bool m_maxResultsHasBeenSet =
false;
184 bool m_nextTokenHasBeenSet =
false;
bool HubContentTypeHasBeenSet() const
ListHubContentsRequest & WithHubContentType(HubContentType value)
bool CreationTimeAfterHasBeenSet() const
bool NextTokenHasBeenSet() const
ListHubContentsRequest & WithMaxResults(int value)
HubContentSortBy GetSortBy() const
const Aws::String & GetHubName() const
const Aws::String & GetMaxSchemaVersion() const
const Aws::Utils::DateTime & GetCreationTimeBefore() const
ListHubContentsRequest & WithMaxSchemaVersion(MaxSchemaVersionT &&value)
bool MaxResultsHasBeenSet() const
bool MaxSchemaVersionHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetSortBy(HubContentSortBy value)
bool CreationTimeBeforeHasBeenSet() const
ListHubContentsRequest & WithNextToken(NextTokenT &&value)
HubContentType GetHubContentType() const
int GetMaxResults() const
void SetMaxSchemaVersion(MaxSchemaVersionT &&value)
bool HubNameHasBeenSet() const
void SetSortOrder(SortOrder value)
ListHubContentsRequest & WithNameContains(NameContainsT &&value)
bool NameContainsHasBeenSet() const
void SetCreationTimeBefore(CreationTimeBeforeT &&value)
void SetNameContains(NameContainsT &&value)
ListHubContentsRequest & WithCreationTimeBefore(CreationTimeBeforeT &&value)
ListHubContentsRequest & WithCreationTimeAfter(CreationTimeAfterT &&value)
void SetMaxResults(int value)
bool SortByHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API ListHubContentsRequest()=default
ListHubContentsRequest & WithHubName(HubNameT &&value)
const Aws::String & GetNextToken() const
void SetHubContentType(HubContentType value)
SortOrder GetSortOrder() const
bool SortOrderHasBeenSet() const
void SetHubName(HubNameT &&value)
ListHubContentsRequest & WithSortBy(HubContentSortBy value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Utils::DateTime & GetCreationTimeAfter() const
const Aws::String & GetNameContains() const
ListHubContentsRequest & WithSortOrder(SortOrder value)
void SetCreationTimeAfter(CreationTimeAfterT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String