AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
CreateHubContentReferenceResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace SageMaker {
22namespace Model {
24 public:
25 AWS_SAGEMAKER_API CreateHubContentReferenceResult() = default;
28
30
33 inline const Aws::String& GetHubArn() const { return m_hubArn; }
34 template <typename HubArnT = Aws::String>
35 void SetHubArn(HubArnT&& value) {
36 m_hubArnHasBeenSet = true;
37 m_hubArn = std::forward<HubArnT>(value);
38 }
39 template <typename HubArnT = Aws::String>
41 SetHubArn(std::forward<HubArnT>(value));
42 return *this;
43 }
45
47
50 inline const Aws::String& GetHubContentArn() const { return m_hubContentArn; }
51 template <typename HubContentArnT = Aws::String>
52 void SetHubContentArn(HubContentArnT&& value) {
53 m_hubContentArnHasBeenSet = true;
54 m_hubContentArn = std::forward<HubContentArnT>(value);
55 }
56 template <typename HubContentArnT = Aws::String>
58 SetHubContentArn(std::forward<HubContentArnT>(value));
59 return *this;
60 }
62
64
65 inline const Aws::String& GetRequestId() const { return m_requestId; }
66 template <typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) {
68 m_requestIdHasBeenSet = true;
69 m_requestId = std::forward<RequestIdT>(value);
70 }
71 template <typename RequestIdT = Aws::String>
73 SetRequestId(std::forward<RequestIdT>(value));
74 return *this;
75 }
77 private:
78 Aws::String m_hubArn;
79
80 Aws::String m_hubContentArn;
81
82 Aws::String m_requestId;
83 bool m_hubArnHasBeenSet = false;
84 bool m_hubContentArnHasBeenSet = false;
85 bool m_requestIdHasBeenSet = false;
86};
87
88} // namespace Model
89} // namespace SageMaker
90} // namespace Aws
AWS_SAGEMAKER_API CreateHubContentReferenceResult()=default
CreateHubContentReferenceResult & WithHubArn(HubArnT &&value)
CreateHubContentReferenceResult & WithRequestId(RequestIdT &&value)
CreateHubContentReferenceResult & WithHubContentArn(HubContentArnT &&value)
AWS_SAGEMAKER_API CreateHubContentReferenceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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