7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/Tag.h>
48 inline void SetExperimentName(
const char* value) { m_experimentNameHasBeenSet =
true; m_experimentName.assign(value); }
64 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
78 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
102 bool m_experimentNameHasBeenSet =
false;
105 bool m_displayNameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_tagsHasBeenSet =
false;
void SetDescription(const char *value)
CreateExperimentRequest & AddTags(const Tag &value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DescriptionHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
CreateExperimentRequest & WithExperimentName(const char *value)
void SetDisplayName(Aws::String &&value)
void SetExperimentName(Aws::String &&value)
CreateExperimentRequest & WithDescription(Aws::String &&value)
bool ExperimentNameHasBeenSet() const
void SetExperimentName(const Aws::String &value)
CreateExperimentRequest & WithDisplayName(const char *value)
CreateExperimentRequest & WithExperimentName(const Aws::String &value)
void SetTags(Aws::Vector< Tag > &&value)
CreateExperimentRequest & WithDescription(const char *value)
void SetDisplayName(const Aws::String &value)
CreateExperimentRequest & AddTags(Tag &&value)
CreateExperimentRequest & WithTags(Aws::Vector< Tag > &&value)
CreateExperimentRequest & WithExperimentName(Aws::String &&value)
CreateExperimentRequest & WithDisplayName(const Aws::String &value)
void SetDescription(const Aws::String &value)
AWS_SAGEMAKER_API CreateExperimentRequest()
bool TagsHasBeenSet() const
void SetDisplayName(const char *value)
CreateExperimentRequest & WithDisplayName(Aws::String &&value)
const Aws::String & GetDescription() const
void SetTags(const Aws::Vector< Tag > &value)
bool DisplayNameHasBeenSet() const
CreateExperimentRequest & WithDescription(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateExperimentRequest & WithTags(const Aws::Vector< Tag > &value)
const Aws::Vector< Tag > & GetTags() const
void SetDescription(Aws::String &&value)
const Aws::String & GetDisplayName() const
const Aws::String & GetExperimentName() const
void SetExperimentName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector