7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
39 template <
typename ExperimentNameT = Aws::String>
41 m_experimentNameHasBeenSet =
true;
42 m_experimentName = std::forward<ExperimentNameT>(value);
44 template <
typename ExperimentNameT = Aws::String>
59 template <
typename DisplayNameT = Aws::String>
61 m_displayNameHasBeenSet =
true;
62 m_displayName = std::forward<DisplayNameT>(value);
64 template <
typename DisplayNameT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
94 bool m_experimentNameHasBeenSet =
false;
95 bool m_displayNameHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
bool DescriptionHasBeenSet() const
bool ExperimentNameHasBeenSet() const
const Aws::String & GetDescription() const
bool DisplayNameHasBeenSet() const
const Aws::String & GetExperimentName() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetDisplayName(DisplayNameT &&value)
AWS_SAGEMAKER_API UpdateExperimentRequest()=default
UpdateExperimentRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDisplayName() const
UpdateExperimentRequest & WithExperimentName(ExperimentNameT &&value)
virtual const char * GetServiceRequestName() const override
UpdateExperimentRequest & WithDisplayName(DisplayNameT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetExperimentName(ExperimentNameT &&value)
void SetDescription(DescriptionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String