7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/HubStatus.h>
43 template <
typename HubNameT = Aws::String>
45 m_hubNameHasBeenSet =
true;
46 m_hubName = std::forward<HubNameT>(value);
48 template <
typename HubNameT = Aws::String>
61 template <
typename HubArnT = Aws::String>
63 m_hubArnHasBeenSet =
true;
64 m_hubArn = std::forward<HubArnT>(value);
66 template <
typename HubArnT = Aws::String>
79 template <
typename HubDisplayNameT = Aws::String>
81 m_hubDisplayNameHasBeenSet =
true;
82 m_hubDisplayName = std::forward<HubDisplayNameT>(value);
84 template <
typename HubDisplayNameT = Aws::String>
97 template <
typename HubDescriptionT = Aws::String>
99 m_hubDescriptionHasBeenSet =
true;
100 m_hubDescription = std::forward<HubDescriptionT>(value);
102 template <
typename HubDescriptionT = Aws::String>
115 template <
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
117 m_hubSearchKeywordsHasBeenSet =
true;
118 m_hubSearchKeywords = std::forward<HubSearchKeywordsT>(value);
120 template <
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
125 template <
typename HubSearchKeywordsT = Aws::String>
127 m_hubSearchKeywordsHasBeenSet =
true;
128 m_hubSearchKeywords.emplace_back(std::forward<HubSearchKeywordsT>(value));
140 m_hubStatusHasBeenSet =
true;
155 template <
typename CreationTimeT = Aws::Utils::DateTime>
157 m_creationTimeHasBeenSet =
true;
158 m_creationTime = std::forward<CreationTimeT>(value);
160 template <
typename CreationTimeT = Aws::Utils::DateTime>
173 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
175 m_lastModifiedTimeHasBeenSet =
true;
176 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
178 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
200 bool m_hubNameHasBeenSet =
false;
201 bool m_hubArnHasBeenSet =
false;
202 bool m_hubDisplayNameHasBeenSet =
false;
203 bool m_hubDescriptionHasBeenSet =
false;
204 bool m_hubSearchKeywordsHasBeenSet =
false;
205 bool m_hubStatusHasBeenSet =
false;
206 bool m_creationTimeHasBeenSet =
false;
207 bool m_lastModifiedTimeHasBeenSet =
false;
void SetHubStatus(HubStatus value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
HubInfo & AddHubSearchKeywords(HubSearchKeywordsT &&value)
bool HubSearchKeywordsHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
HubInfo & WithHubName(HubNameT &&value)
HubInfo & WithHubArn(HubArnT &&value)
void SetHubArn(HubArnT &&value)
HubInfo & WithHubDisplayName(HubDisplayNameT &&value)
AWS_SAGEMAKER_API HubInfo()=default
bool HubDescriptionHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
void SetHubName(HubNameT &&value)
HubInfo & WithHubDescription(HubDescriptionT &&value)
bool HubArnHasBeenSet() const
AWS_SAGEMAKER_API HubInfo(Aws::Utils::Json::JsonView jsonValue)
void SetHubDisplayName(HubDisplayNameT &&value)
HubInfo & WithHubSearchKeywords(HubSearchKeywordsT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Vector< Aws::String > & GetHubSearchKeywords() const
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API HubInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
HubInfo & WithHubStatus(HubStatus value)
const Aws::String & GetHubName() const
HubInfo & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetHubSearchKeywords(HubSearchKeywordsT &&value)
bool HubNameHasBeenSet() const
HubInfo & WithCreationTime(CreationTimeT &&value)
HubStatus GetHubStatus() const
const Aws::String & GetHubDescription() const
bool HubStatusHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool HubDisplayNameHasBeenSet() const
void SetHubDescription(HubDescriptionT &&value)
const Aws::String & GetHubDisplayName() const
const Aws::String & GetHubArn() const
void SetCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue