7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
49 template <
typename SourceS3UriT = Aws::String>
51 m_sourceS3UriHasBeenSet =
true;
52 m_sourceS3Uri = std::forward<SourceS3UriT>(value);
54 template <
typename SourceS3UriT = Aws::String>
69 template <
typename OnCreateT = Aws::String>
71 m_onCreateHasBeenSet =
true;
72 m_onCreate = std::forward<OnCreateT>(value);
74 template <
typename OnCreateT = Aws::String>
84 bool m_sourceS3UriHasBeenSet =
false;
85 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