7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/HubStatus.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename HubNameT = Aws::String>
50 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
51 template<
typename HubNameT = Aws::String>
61 template<
typename HubArnT = Aws::String>
62 void SetHubArn(HubArnT&& value) { m_hubArnHasBeenSet =
true; m_hubArn = std::forward<HubArnT>(value); }
63 template<
typename HubArnT = Aws::String>
73 template<
typename HubDisplayNameT = Aws::String>
74 void SetHubDisplayName(HubDisplayNameT&& value) { m_hubDisplayNameHasBeenSet =
true; m_hubDisplayName = std::forward<HubDisplayNameT>(value); }
75 template<
typename HubDisplayNameT = Aws::String>
85 template<
typename HubDescriptionT = Aws::String>
86 void SetHubDescription(HubDescriptionT&& value) { m_hubDescriptionHasBeenSet =
true; m_hubDescription = std::forward<HubDescriptionT>(value); }
87 template<
typename HubDescriptionT = Aws::String>
97 template<
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
98 void SetHubSearchKeywords(HubSearchKeywordsT&& value) { m_hubSearchKeywordsHasBeenSet =
true; m_hubSearchKeywords = std::forward<HubSearchKeywordsT>(value); }
99 template<
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
101 template<
typename HubSearchKeywordsT = Aws::String>
102 HubInfo&
AddHubSearchKeywords(HubSearchKeywordsT&& value) { m_hubSearchKeywordsHasBeenSet =
true; m_hubSearchKeywords.emplace_back(std::forward<HubSearchKeywordsT>(value));
return *
this; }
121 template<
typename CreationTimeT = Aws::Utils::DateTime>
122 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
123 template<
typename CreationTimeT = Aws::Utils::DateTime>
133 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
134 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
135 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
141 bool m_hubNameHasBeenSet =
false;
144 bool m_hubArnHasBeenSet =
false;
147 bool m_hubDisplayNameHasBeenSet =
false;
150 bool m_hubDescriptionHasBeenSet =
false;
153 bool m_hubSearchKeywordsHasBeenSet =
false;
156 bool m_hubStatusHasBeenSet =
false;
159 bool m_creationTimeHasBeenSet =
false;
162 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