7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetNotebookInstanceName(
const char* value) { m_notebookInstanceNameHasBeenSet =
true; m_notebookInstanceName.assign(value); }
53 bool m_notebookInstanceNameHasBeenSet =
false;
const Aws::String & GetNotebookInstanceName() const
void SetNotebookInstanceName(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NotebookInstanceNameHasBeenSet() const
StopNotebookInstanceRequest & WithNotebookInstanceName(const Aws::String &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
StopNotebookInstanceRequest & WithNotebookInstanceName(const char *value)
void SetNotebookInstanceName(Aws::String &&value)
AWS_SAGEMAKER_API StopNotebookInstanceRequest()
virtual const char * GetServiceRequestName() const override
StopNotebookInstanceRequest & WithNotebookInstanceName(Aws::String &&value)
void SetNotebookInstanceName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String