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/HubS3StorageConfig.h>
11#include <aws/sagemaker/model/HubStatus.h>
12#include <aws/core/utils/DateTime.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename HubNameT = Aws::String>
45 void SetHubName(HubNameT&& value) { m_hubNameHasBeenSet =
true; m_hubName = std::forward<HubNameT>(value); }
46 template<
typename HubNameT = Aws::String>
55 template<
typename HubArnT = Aws::String>
56 void SetHubArn(HubArnT&& value) { m_hubArnHasBeenSet =
true; m_hubArn = std::forward<HubArnT>(value); }
57 template<
typename HubArnT = Aws::String>
66 template<
typename HubDisplayNameT = Aws::String>
67 void SetHubDisplayName(HubDisplayNameT&& value) { m_hubDisplayNameHasBeenSet =
true; m_hubDisplayName = std::forward<HubDisplayNameT>(value); }
68 template<
typename HubDisplayNameT = Aws::String>
77 template<
typename HubDescriptionT = Aws::String>
78 void SetHubDescription(HubDescriptionT&& value) { m_hubDescriptionHasBeenSet =
true; m_hubDescription = std::forward<HubDescriptionT>(value); }
79 template<
typename HubDescriptionT = Aws::String>
88 template<
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
89 void SetHubSearchKeywords(HubSearchKeywordsT&& value) { m_hubSearchKeywordsHasBeenSet =
true; m_hubSearchKeywords = std::forward<HubSearchKeywordsT>(value); }
90 template<
typename HubSearchKeywordsT = Aws::Vector<Aws::String>>
92 template<
typename HubSearchKeywordsT = Aws::String>
93 DescribeHubResult&
AddHubSearchKeywords(HubSearchKeywordsT&& value) { m_hubSearchKeywordsHasBeenSet =
true; m_hubSearchKeywords.emplace_back(std::forward<HubSearchKeywordsT>(value));
return *
this; }
101 template<
typename S3StorageConfigT = HubS3StorageConfig>
102 void SetS3StorageConfig(S3StorageConfigT&& value) { m_s3StorageConfigHasBeenSet =
true; m_s3StorageConfig = std::forward<S3StorageConfigT>(value); }
103 template<
typename S3StorageConfigT = HubS3StorageConfig>
121 template<
typename FailureReasonT = Aws::String>
122 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
123 template<
typename FailureReasonT = Aws::String>
132 template<
typename CreationTimeT = Aws::Utils::DateTime>
133 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
134 template<
typename CreationTimeT = Aws::Utils::DateTime>
143 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
144 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
145 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
152 template<
typename RequestIdT = Aws::String>
153 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
154 template<
typename RequestIdT = Aws::String>
160 bool m_hubNameHasBeenSet =
false;
163 bool m_hubArnHasBeenSet =
false;
166 bool m_hubDisplayNameHasBeenSet =
false;
169 bool m_hubDescriptionHasBeenSet =
false;
172 bool m_hubSearchKeywordsHasBeenSet =
false;
175 bool m_s3StorageConfigHasBeenSet =
false;
178 bool m_hubStatusHasBeenSet =
false;
181 bool m_failureReasonHasBeenSet =
false;
184 bool m_creationTimeHasBeenSet =
false;
187 bool m_lastModifiedTimeHasBeenSet =
false;
190 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