AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetDependencyOriginPath(const Aws::String& value) { m_dependencyOriginPathHasBeenSet = true; m_dependencyOriginPath = value; }
48 inline void SetDependencyOriginPath(Aws::String&& value) { m_dependencyOriginPathHasBeenSet = true; m_dependencyOriginPath = std::move(value); }
49 inline void SetDependencyOriginPath(const char* value) { m_dependencyOriginPathHasBeenSet = true; m_dependencyOriginPath.assign(value); }
51 inline HubContentDependency& WithDependencyOriginPath(Aws::String&& value) { SetDependencyOriginPath(std::move(value)); return *this;}
52 inline HubContentDependency& WithDependencyOriginPath(const char* value) { SetDependencyOriginPath(value); return *this;}
54
56
59 inline const Aws::String& GetDependencyCopyPath() const{ return m_dependencyCopyPath; }
60 inline bool DependencyCopyPathHasBeenSet() const { return m_dependencyCopyPathHasBeenSet; }
61 inline void SetDependencyCopyPath(const Aws::String& value) { m_dependencyCopyPathHasBeenSet = true; m_dependencyCopyPath = value; }
62 inline void SetDependencyCopyPath(Aws::String&& value) { m_dependencyCopyPathHasBeenSet = true; m_dependencyCopyPath = std::move(value); }
63 inline void SetDependencyCopyPath(const char* value) { m_dependencyCopyPathHasBeenSet = true; m_dependencyCopyPath.assign(value); }
65 inline HubContentDependency& WithDependencyCopyPath(Aws::String&& value) { SetDependencyCopyPath(std::move(value)); return *this;}
66 inline HubContentDependency& WithDependencyCopyPath(const char* value) { SetDependencyCopyPath(value); return *this;}
68 private:
69
70 Aws::String m_dependencyOriginPath;
71 bool m_dependencyOriginPathHasBeenSet = false;
72
73 Aws::String m_dependencyCopyPath;
74 bool m_dependencyCopyPathHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace SageMaker
79} // namespace Aws
HubContentDependency & WithDependencyOriginPath(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API HubContentDependency & operator=(Aws::Utils::Json::JsonView jsonValue)
HubContentDependency & WithDependencyCopyPath(const Aws::String &value)
HubContentDependency & WithDependencyOriginPath(const char *value)
AWS_SAGEMAKER_API HubContentDependency(Aws::Utils::Json::JsonView jsonValue)
void SetDependencyOriginPath(const Aws::String &value)
HubContentDependency & WithDependencyCopyPath(const char *value)
const Aws::String & GetDependencyOriginPath() const
HubContentDependency & WithDependencyCopyPath(Aws::String &&value)
void SetDependencyCopyPath(const Aws::String &value)
HubContentDependency & WithDependencyOriginPath(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue