7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
57 inline void SetSourceS3Uri(
const char* value) { m_sourceS3UriHasBeenSet =
true; m_sourceS3Uri.assign(value); }
73 inline void SetOnCreate(
const char* value) { m_onCreateHasBeenSet =
true; m_onCreate.assign(value); }
81 bool m_sourceS3UriHasBeenSet =
false;
84 bool m_onCreateHasBeenSet =
false;
ClusterLifeCycleConfig & WithSourceS3Uri(const Aws::String &value)
bool OnCreateHasBeenSet() const
void SetSourceS3Uri(const Aws::String &value)
void SetOnCreate(const Aws::String &value)
ClusterLifeCycleConfig & WithSourceS3Uri(const char *value)
AWS_SAGEMAKER_API ClusterLifeCycleConfig(Aws::Utils::Json::JsonView jsonValue)
ClusterLifeCycleConfig & WithSourceS3Uri(Aws::String &&value)
ClusterLifeCycleConfig & WithOnCreate(Aws::String &&value)
bool SourceS3UriHasBeenSet() const
void SetSourceS3Uri(Aws::String &&value)
const Aws::String & GetSourceS3Uri() const
void SetOnCreate(Aws::String &&value)
void SetSourceS3Uri(const char *value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOnCreate(const char *value)
AWS_SAGEMAKER_API ClusterLifeCycleConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ClusterLifeCycleConfig & WithOnCreate(const char *value)
ClusterLifeCycleConfig & WithOnCreate(const Aws::String &value)
const Aws::String & GetOnCreate() const
AWS_SAGEMAKER_API ClusterLifeCycleConfig()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue