7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename HubArnT = Aws::String>
36 m_hubArnHasBeenSet =
true;
37 m_hubArn = std::forward<HubArnT>(value);
39 template <
typename HubArnT = Aws::String>
51 template <
typename HubContentArnT = Aws::String>
53 m_hubContentArnHasBeenSet =
true;
54 m_hubContentArn = std::forward<HubContentArnT>(value);
56 template <
typename HubContentArnT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_hubArnHasBeenSet =
false;
84 bool m_hubContentArnHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
void SetHubContentArn(HubContentArnT &&value)
AWS_SAGEMAKER_API ImportHubContentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API ImportHubContentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ImportHubContentResult & WithHubArn(HubArnT &&value)
const Aws::String & GetHubArn() const
AWS_SAGEMAKER_API ImportHubContentResult()=default
const Aws::String & GetRequestId() const
ImportHubContentResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
ImportHubContentResult & WithHubContentArn(HubContentArnT &&value)
const Aws::String & GetHubContentArn() const
void SetHubArn(HubArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue