AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
HubContentDependency.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 {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
29 public:
30 AWS_SAGEMAKER_API HubContentDependency() = default;
33 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetDependencyOriginPath() const { return m_dependencyOriginPath; }
40 inline bool DependencyOriginPathHasBeenSet() const { return m_dependencyOriginPathHasBeenSet; }
41 template <typename DependencyOriginPathT = Aws::String>
42 void SetDependencyOriginPath(DependencyOriginPathT&& value) {
43 m_dependencyOriginPathHasBeenSet = true;
44 m_dependencyOriginPath = std::forward<DependencyOriginPathT>(value);
45 }
46 template <typename DependencyOriginPathT = Aws::String>
47 HubContentDependency& WithDependencyOriginPath(DependencyOriginPathT&& value) {
48 SetDependencyOriginPath(std::forward<DependencyOriginPathT>(value));
49 return *this;
50 }
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) {
61 m_dependencyCopyPathHasBeenSet = true;
62 m_dependencyCopyPath = std::forward<DependencyCopyPathT>(value);
63 }
64 template <typename DependencyCopyPathT = Aws::String>
65 HubContentDependency& WithDependencyCopyPath(DependencyCopyPathT&& value) {
66 SetDependencyCopyPath(std::forward<DependencyCopyPathT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_dependencyOriginPath;
72
73 Aws::String m_dependencyCopyPath;
74 bool m_dependencyOriginPathHasBeenSet = false;
75 bool m_dependencyCopyPathHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace SageMaker
80} // 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