7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename HubArnT = Aws::String>
37 m_hubArnHasBeenSet =
true;
38 m_hubArn = std::forward<HubArnT>(value);
40 template <
typename HubArnT = Aws::String>
52 template <
typename HubContentArnT = Aws::String>
54 m_hubContentArnHasBeenSet =
true;
55 m_hubContentArn = std::forward<HubContentArnT>(value);
57 template <
typename HubContentArnT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_hubArnHasBeenSet =
false;
88 bool m_hubContentArnHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKER_API CreateHubContentReferenceResult()=default
void SetHubContentArn(HubContentArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetHubContentArn() const
void SetHubArn(HubArnT &&value)
CreateHubContentReferenceResult & WithHubArn(HubArnT &&value)
CreateHubContentReferenceResult & WithRequestId(RequestIdT &&value)
CreateHubContentReferenceResult & WithHubContentArn(HubContentArnT &&value)
AWS_SAGEMAKER_API CreateHubContentReferenceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetHubArn() const
AWS_SAGEMAKER_API CreateHubContentReferenceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue