7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
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>
67 bool m_dependencyOriginPathHasBeenSet =
false;
70 bool m_dependencyCopyPathHasBeenSet =
false;
void SetDependencyCopyPath(DependencyCopyPathT &&value)
HubContentDependency & WithDependencyCopyPath(DependencyCopyPathT &&value)
void SetDependencyOriginPath(DependencyOriginPathT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDependencyCopyPath() const
AWS_SAGEMAKER_API HubContentDependency & operator=(Aws::Utils::Json::JsonView jsonValue)
HubContentDependency & WithDependencyOriginPath(DependencyOriginPathT &&value)
AWS_SAGEMAKER_API HubContentDependency(Aws::Utils::Json::JsonView jsonValue)
bool DependencyCopyPathHasBeenSet() const
const Aws::String & GetDependencyOriginPath() const
bool DependencyOriginPathHasBeenSet() const
AWS_SAGEMAKER_API HubContentDependency()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue