7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename HubArnT = Aws::String>
41 void SetHubArn(HubArnT&& value) { m_hubArnHasBeenSet =
true; m_hubArn = std::forward<HubArnT>(value); }
42 template<
typename HubArnT = Aws::String>
51 template<
typename HubContentArnT = Aws::String>
52 void SetHubContentArn(HubContentArnT&& value) { m_hubContentArnHasBeenSet =
true; m_hubContentArn = std::forward<HubContentArnT>(value); }
53 template<
typename HubContentArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_hubArnHasBeenSet =
false;
71 bool m_hubContentArnHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API UpdateHubContentResult()=default
UpdateHubContentResult & WithRequestId(RequestIdT &&value)
void SetHubContentArn(HubContentArnT &&value)
void SetHubArn(HubArnT &&value)
AWS_SAGEMAKER_API UpdateHubContentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateHubContentResult & WithHubContentArn(HubContentArnT &&value)
const Aws::String & GetHubContentArn() const
const Aws::String & GetHubArn() const
UpdateHubContentResult & WithHubArn(HubArnT &&value)
AWS_SAGEMAKER_API UpdateHubContentResult(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