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/HubS3StorageConfig.h>
12#include <aws/sagemaker/model/HubStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename HubNameT = Aws::String>
40 m_hubNameHasBeenSet =
true;
41 m_hubName = std::forward<HubNameT>(value);
43 template <
typename HubNameT = Aws::String>
55 template <
typename HubArnT = Aws::String>
57 m_hubArnHasBeenSet =
true;
58 m_hubArn = std::forward<HubArnT>(value);
60 template <
typename HubArnT = Aws::String>
72 template <
typename HubDisplayNameT = Aws::String>
74 m_hubDisplayNameHasBeenSet =
true;
75 m_hubDisplayName = std::forward<HubDisplayNameT>(value);
77 template <
typename HubDisplayNameT = Aws::String>
89 template <
typename HubDescriptionT = Aws::String>
91 m_hubDescriptionHasBeenSet =
true;
92 m_hubDescription = std::forward<HubDescriptionT>(value);
94 template <
typename HubDescriptionT = Aws::String>
106 template <
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
108 m_hubSearchKeywordsHasBeenSet =
true;
109 m_hubSearchKeywords = std::forward<HubSearchKeywordsT>(value);
111 template <
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
116 template <
typename HubSearchKeywordsT = Aws::String>
118 m_hubSearchKeywordsHasBeenSet =
true;
119 m_hubSearchKeywords.emplace_back(std::forward<HubSearchKeywordsT>(value));
129 template <
typename S3StorageConfigT = HubS3StorageConfig>
131 m_s3StorageConfigHasBeenSet =
true;
132 m_s3StorageConfig = std::forward<S3StorageConfigT>(value);
134 template <
typename S3StorageConfigT = HubS3StorageConfig>
147 m_hubStatusHasBeenSet =
true;
161 template <
typename FailureReasonT = Aws::String>
163 m_failureReasonHasBeenSet =
true;
164 m_failureReason = std::forward<FailureReasonT>(value);
166 template <
typename FailureReasonT = Aws::String>
178 template <
typename CreationTimeT = Aws::Utils::DateTime>
180 m_creationTimeHasBeenSet =
true;
181 m_creationTime = std::forward<CreationTimeT>(value);
183 template <
typename CreationTimeT = Aws::Utils::DateTime>
195 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
197 m_lastModifiedTimeHasBeenSet =
true;
198 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
200 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
210 template <
typename RequestIdT = Aws::String>
212 m_requestIdHasBeenSet =
true;
213 m_requestId = std::forward<RequestIdT>(value);
215 template <
typename RequestIdT = Aws::String>
243 bool m_hubNameHasBeenSet =
false;
244 bool m_hubArnHasBeenSet =
false;
245 bool m_hubDisplayNameHasBeenSet =
false;
246 bool m_hubDescriptionHasBeenSet =
false;
247 bool m_hubSearchKeywordsHasBeenSet =
false;
248 bool m_s3StorageConfigHasBeenSet =
false;
249 bool m_hubStatusHasBeenSet =
false;
250 bool m_failureReasonHasBeenSet =
false;
251 bool m_creationTimeHasBeenSet =
false;
252 bool m_lastModifiedTimeHasBeenSet =
false;
253 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)
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