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>
51 inline void SetHubName(
const char* value) { m_hubNameHasBeenSet =
true; m_hubName.assign(value); }
65 inline void SetHubArn(
const char* value) { m_hubArnHasBeenSet =
true; m_hubArn.assign(value); }
79 inline void SetHubDisplayName(
const char* value) { m_hubDisplayNameHasBeenSet =
true; m_hubDisplayName.assign(value); }
93 inline void SetHubDescription(
const char* value) { m_hubDescriptionHasBeenSet =
true; m_hubDescription.assign(value); }
111 inline HubInfo&
AddHubSearchKeywords(
const char* value) { m_hubSearchKeywordsHasBeenSet =
true; m_hubSearchKeywords.push_back(value);
return *
this; }
152 bool m_hubNameHasBeenSet =
false;
155 bool m_hubArnHasBeenSet =
false;
158 bool m_hubDisplayNameHasBeenSet =
false;
161 bool m_hubDescriptionHasBeenSet =
false;
164 bool m_hubSearchKeywordsHasBeenSet =
false;
167 bool m_hubStatusHasBeenSet =
false;
170 bool m_creationTimeHasBeenSet =
false;
173 bool m_lastModifiedTimeHasBeenSet =
false;
HubInfo & WithLastModifiedTime(const Aws::Utils::DateTime &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
HubInfo & WithHubDisplayName(const Aws::String &value)
HubInfo & WithHubName(const Aws::String &value)
bool HubSearchKeywordsHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
HubInfo & WithCreationTime(Aws::Utils::DateTime &&value)
void SetHubDisplayName(const char *value)
void SetHubName(const char *value)
HubInfo & WithHubDisplayName(Aws::String &&value)
void SetHubDisplayName(const Aws::String &value)
HubInfo & WithHubArn(const Aws::String &value)
void SetHubDescription(const Aws::String &value)
HubInfo & AddHubSearchKeywords(const Aws::String &value)
HubInfo & AddHubSearchKeywords(const char *value)
void SetHubDescription(const char *value)
bool HubDescriptionHasBeenSet() const
HubInfo & WithHubSearchKeywords(Aws::Vector< Aws::String > &&value)
bool LastModifiedTimeHasBeenSet() const
HubInfo & WithHubStatus(const HubStatus &value)
bool HubArnHasBeenSet() const
void SetHubArn(const Aws::String &value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
AWS_SAGEMAKER_API HubInfo(Aws::Utils::Json::JsonView jsonValue)
HubInfo & WithHubStatus(HubStatus &&value)
HubInfo & WithHubDisplayName(const char *value)
HubInfo & WithLastModifiedTime(Aws::Utils::DateTime &&value)
const HubStatus & GetHubStatus() const
void SetHubDisplayName(Aws::String &&value)
void SetHubArn(const char *value)
AWS_SAGEMAKER_API HubInfo()
HubInfo & WithHubName(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
HubInfo & WithHubArn(const char *value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetHubDescription(Aws::String &&value)
const Aws::Vector< Aws::String > & GetHubSearchKeywords() const
void SetHubSearchKeywords(Aws::Vector< Aws::String > &&value)
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API HubInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
HubInfo & AddHubSearchKeywords(Aws::String &&value)
HubInfo & WithHubArn(Aws::String &&value)
HubInfo & WithHubSearchKeywords(const Aws::Vector< Aws::String > &value)
void SetHubName(const Aws::String &value)
void SetHubSearchKeywords(const Aws::Vector< Aws::String > &value)
HubInfo & WithHubDescription(const char *value)
const Aws::String & GetHubName() const
bool HubNameHasBeenSet() const
void SetHubName(Aws::String &&value)
const Aws::String & GetHubDescription() const
bool HubStatusHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetHubArn(Aws::String &&value)
bool HubDisplayNameHasBeenSet() const
HubInfo & WithHubDescription(Aws::String &&value)
void SetHubStatus(HubStatus &&value)
HubInfo & WithHubDescription(const Aws::String &value)
const Aws::String & GetHubDisplayName() const
const Aws::String & GetHubArn() const
HubInfo & WithCreationTime(const Aws::Utils::DateTime &value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
void SetHubStatus(const HubStatus &value)
HubInfo & WithHubName(const char *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