7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename DependencyOriginPathT = Aws::String>
43 m_dependencyOriginPathHasBeenSet =
true;
44 m_dependencyOriginPath = std::forward<DependencyOriginPathT>(value);
46 template <
typename DependencyOriginPathT = Aws::String>
59 template <
typename DependencyCopyPathT = Aws::String>
61 m_dependencyCopyPathHasBeenSet =
true;
62 m_dependencyCopyPath = std::forward<DependencyCopyPathT>(value);
64 template <
typename DependencyCopyPathT = Aws::String>
74 bool m_dependencyOriginPathHasBeenSet =
false;
75 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