7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/HubS3StorageConfig.h>
13#include <aws/sagemaker/model/HubStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename HubNameT = Aws::String>
41 m_hubNameHasBeenSet =
true;
42 m_hubName = std::forward<HubNameT>(value);
44 template <
typename HubNameT = Aws::String>
56 template <
typename HubArnT = Aws::String>
58 m_hubArnHasBeenSet =
true;
59 m_hubArn = std::forward<HubArnT>(value);
61 template <
typename HubArnT = Aws::String>
73 template <
typename HubDisplayNameT = Aws::String>
75 m_hubDisplayNameHasBeenSet =
true;
76 m_hubDisplayName = std::forward<HubDisplayNameT>(value);
78 template <
typename HubDisplayNameT = Aws::String>
90 template <
typename HubDescriptionT = Aws::String>
92 m_hubDescriptionHasBeenSet =
true;
93 m_hubDescription = std::forward<HubDescriptionT>(value);
95 template <
typename HubDescriptionT = Aws::String>
107 template <
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
109 m_hubSearchKeywordsHasBeenSet =
true;
110 m_hubSearchKeywords = std::forward<HubSearchKeywordsT>(value);
112 template <
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
117 template <
typename HubSearchKeywordsT = Aws::String>
119 m_hubSearchKeywordsHasBeenSet =
true;
120 m_hubSearchKeywords.emplace_back(std::forward<HubSearchKeywordsT>(value));
130 template <
typename S3StorageConfigT = HubS3StorageConfig>
132 m_s3StorageConfigHasBeenSet =
true;
133 m_s3StorageConfig = std::forward<S3StorageConfigT>(value);
135 template <
typename S3StorageConfigT = HubS3StorageConfig>
148 m_hubStatusHasBeenSet =
true;
162 template <
typename FailureReasonT = Aws::String>
164 m_failureReasonHasBeenSet =
true;
165 m_failureReason = std::forward<FailureReasonT>(value);
167 template <
typename FailureReasonT = Aws::String>
179 template <
typename CreationTimeT = Aws::Utils::DateTime>
181 m_creationTimeHasBeenSet =
true;
182 m_creationTime = std::forward<CreationTimeT>(value);
184 template <
typename CreationTimeT = Aws::Utils::DateTime>
196 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
198 m_lastModifiedTimeHasBeenSet =
true;
199 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
201 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
211 template <
typename RequestIdT = Aws::String>
213 m_requestIdHasBeenSet =
true;
214 m_requestId = std::forward<RequestIdT>(value);
216 template <
typename RequestIdT = Aws::String>
247 bool m_hubNameHasBeenSet =
false;
248 bool m_hubArnHasBeenSet =
false;
249 bool m_hubDisplayNameHasBeenSet =
false;
250 bool m_hubDescriptionHasBeenSet =
false;
251 bool m_hubSearchKeywordsHasBeenSet =
false;
252 bool m_s3StorageConfigHasBeenSet =
false;
253 bool m_hubStatusHasBeenSet =
false;
254 bool m_failureReasonHasBeenSet =
false;
255 bool m_creationTimeHasBeenSet =
false;
256 bool m_lastModifiedTimeHasBeenSet =
false;
257 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKER_API DescribeHubResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetFailureReason() const
const Aws::String & GetHubDisplayName() const
void SetHubDescription(HubDescriptionT &&value)
DescribeHubResult & WithHubDisplayName(HubDisplayNameT &&value)
const HubS3StorageConfig & GetS3StorageConfig() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetS3StorageConfig(S3StorageConfigT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeHubResult & WithRequestId(RequestIdT &&value)
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetHubName() const
HubStatus GetHubStatus() const
const Aws::Vector< Aws::String > & GetHubSearchKeywords() const
DescribeHubResult & WithHubArn(HubArnT &&value)
DescribeHubResult & WithCreationTime(CreationTimeT &&value)
DescribeHubResult & WithHubSearchKeywords(HubSearchKeywordsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeHubResult & WithS3StorageConfig(S3StorageConfigT &&value)
void SetRequestId(RequestIdT &&value)
void SetHubDisplayName(HubDisplayNameT &&value)
DescribeHubResult & WithHubStatus(HubStatus value)
DescribeHubResult & WithHubName(HubNameT &&value)
DescribeHubResult & WithHubDescription(HubDescriptionT &&value)
DescribeHubResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetHubSearchKeywords(HubSearchKeywordsT &&value)
AWS_SAGEMAKER_API DescribeHubResult()=default
void SetHubArn(HubArnT &&value)
void SetHubStatus(HubStatus value)
const Aws::String & GetRequestId() const
DescribeHubResult & WithFailureReason(FailureReasonT &&value)
AWS_SAGEMAKER_API DescribeHubResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedTime(LastModifiedTimeT &&value)
DescribeHubResult & AddHubSearchKeywords(HubSearchKeywordsT &&value)
const Aws::String & GetHubArn() const
void SetCreationTime(CreationTimeT &&value)
void SetHubName(HubNameT &&value)
const Aws::String & GetHubDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue