AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
HubContentDependency.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SageMaker
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SAGEMAKER_API HubContentDependency() = default;
38 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetDependencyOriginPath() const { return m_dependencyOriginPath; }
46 inline bool DependencyOriginPathHasBeenSet() const { return m_dependencyOriginPathHasBeenSet; }
47 template<typename DependencyOriginPathT = Aws::String>
48 void SetDependencyOriginPath(DependencyOriginPathT&& value) { m_dependencyOriginPathHasBeenSet = true; m_dependencyOriginPath = std::forward<DependencyOriginPathT>(value); }
49 template<typename DependencyOriginPathT = Aws::String>
50 HubContentDependency& WithDependencyOriginPath(DependencyOriginPathT&& value) { SetDependencyOriginPath(std::forward<DependencyOriginPathT>(value)); return *this;}
52
54
57 inline const Aws::String& GetDependencyCopyPath() const { return m_dependencyCopyPath; }
58 inline bool DependencyCopyPathHasBeenSet() const { return m_dependencyCopyPathHasBeenSet; }
59 template<typename DependencyCopyPathT = Aws::String>
60 void SetDependencyCopyPath(DependencyCopyPathT&& value) { m_dependencyCopyPathHasBeenSet = true; m_dependencyCopyPath = std::forward<DependencyCopyPathT>(value); }
61 template<typename DependencyCopyPathT = Aws::String>
62 HubContentDependency& WithDependencyCopyPath(DependencyCopyPathT&& value) { SetDependencyCopyPath(std::forward<DependencyCopyPathT>(value)); return *this;}
64 private:
65
66 Aws::String m_dependencyOriginPath;
67 bool m_dependencyOriginPathHasBeenSet = false;
68
69 Aws::String m_dependencyCopyPath;
70 bool m_dependencyCopyPathHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace SageMaker
75} // namespace Aws
void SetDependencyCopyPath(DependencyCopyPathT &&value)
HubContentDependency & WithDependencyCopyPath(DependencyCopyPathT &&value)
void SetDependencyOriginPath(DependencyOriginPathT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API HubContentDependency & operator=(Aws::Utils::Json::JsonView jsonValue)
HubContentDependency & WithDependencyOriginPath(DependencyOriginPathT &&value)
AWS_SAGEMAKER_API HubContentDependency(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDependencyOriginPath() const
AWS_SAGEMAKER_API HubContentDependency()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue