7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename SourceS3UriT = Aws::String>
56 void SetSourceS3Uri(SourceS3UriT&& value) { m_sourceS3UriHasBeenSet =
true; m_sourceS3Uri = std::forward<SourceS3UriT>(value); }
57 template<
typename SourceS3UriT = Aws::String>
69 template<
typename OnCreateT = Aws::String>
70 void SetOnCreate(OnCreateT&& value) { m_onCreateHasBeenSet =
true; m_onCreate = std::forward<OnCreateT>(value); }
71 template<
typename OnCreateT = Aws::String>
77 bool m_sourceS3UriHasBeenSet =
false;
80 bool m_onCreateHasBeenSet =
false;
bool OnCreateHasBeenSet() const
void SetSourceS3Uri(SourceS3UriT &&value)
AWS_SAGEMAKER_API ClusterLifeCycleConfig(Aws::Utils::Json::JsonView jsonValue)
ClusterLifeCycleConfig & WithSourceS3Uri(SourceS3UriT &&value)
bool SourceS3UriHasBeenSet() const
const Aws::String & GetSourceS3Uri() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOnCreate(OnCreateT &&value)
AWS_SAGEMAKER_API ClusterLifeCycleConfig()=default
ClusterLifeCycleConfig & WithOnCreate(OnCreateT &&value)
AWS_SAGEMAKER_API ClusterLifeCycleConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOnCreate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue