7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/NotebookInstanceStatus.h>
10#include <aws/sagemaker/model/InstanceType.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
51 template<
typename NotebookInstanceNameT = Aws::String>
52 void SetNotebookInstanceName(NotebookInstanceNameT&& value) { m_notebookInstanceNameHasBeenSet =
true; m_notebookInstanceName = std::forward<NotebookInstanceNameT>(value); }
53 template<
typename NotebookInstanceNameT = Aws::String>
63 template<
typename NotebookInstanceArnT = Aws::String>
64 void SetNotebookInstanceArn(NotebookInstanceArnT&& value) { m_notebookInstanceArnHasBeenSet =
true; m_notebookInstanceArn = std::forward<NotebookInstanceArnT>(value); }
65 template<
typename NotebookInstanceArnT = Aws::String>
86 template<
typename UrlT = Aws::String>
87 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
88 template<
typename UrlT = Aws::String>
108 template<
typename CreationTimeT = Aws::Utils::DateTime>
109 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
110 template<
typename CreationTimeT = Aws::Utils::DateTime>
120 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
121 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
122 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
136 template<
typename NotebookInstanceLifecycleConfigNameT = Aws::String>
137 void SetNotebookInstanceLifecycleConfigName(NotebookInstanceLifecycleConfigNameT&& value) { m_notebookInstanceLifecycleConfigNameHasBeenSet =
true; m_notebookInstanceLifecycleConfigName = std::forward<NotebookInstanceLifecycleConfigNameT>(value); }
138 template<
typename NotebookInstanceLifecycleConfigNameT = Aws::String>
156 template<
typename DefaultCodeRepositoryT = Aws::String>
157 void SetDefaultCodeRepository(DefaultCodeRepositoryT&& value) { m_defaultCodeRepositoryHasBeenSet =
true; m_defaultCodeRepository = std::forward<DefaultCodeRepositoryT>(value); }
158 template<
typename DefaultCodeRepositoryT = Aws::String>
176 template<
typename AdditionalCodeRepositoriesT = Aws::Vector<Aws::String>>
177 void SetAdditionalCodeRepositories(AdditionalCodeRepositoriesT&& value) { m_additionalCodeRepositoriesHasBeenSet =
true; m_additionalCodeRepositories = std::forward<AdditionalCodeRepositoriesT>(value); }
178 template<
typename AdditionalCodeRepositoriesT = Aws::Vector<Aws::String>>
180 template<
typename AdditionalCodeRepositoriesT = Aws::String>
186 bool m_notebookInstanceNameHasBeenSet =
false;
189 bool m_notebookInstanceArnHasBeenSet =
false;
192 bool m_notebookInstanceStatusHasBeenSet =
false;
195 bool m_urlHasBeenSet =
false;
198 bool m_instanceTypeHasBeenSet =
false;
201 bool m_creationTimeHasBeenSet =
false;
204 bool m_lastModifiedTimeHasBeenSet =
false;
207 bool m_notebookInstanceLifecycleConfigNameHasBeenSet =
false;
210 bool m_defaultCodeRepositoryHasBeenSet =
false;
213 bool m_additionalCodeRepositoriesHasBeenSet =
false;
bool NotebookInstanceNameHasBeenSet() const
bool DefaultCodeRepositoryHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Vector< Aws::String > & GetAdditionalCodeRepositories() const
NotebookInstanceSummary & WithNotebookInstanceStatus(NotebookInstanceStatus value)
NotebookInstanceSummary & WithNotebookInstanceName(NotebookInstanceNameT &&value)
bool NotebookInstanceArnHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
void SetNotebookInstanceArn(NotebookInstanceArnT &&value)
const Aws::String & GetNotebookInstanceName() const
NotebookInstanceSummary & AddAdditionalCodeRepositories(AdditionalCodeRepositoriesT &&value)
bool InstanceTypeHasBeenSet() const
NotebookInstanceSummary & WithCreationTime(CreationTimeT &&value)
NotebookInstanceSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool CreationTimeHasBeenSet() const
NotebookInstanceSummary & WithInstanceType(InstanceType value)
void SetNotebookInstanceName(NotebookInstanceNameT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API NotebookInstanceSummary(Aws::Utils::Json::JsonView jsonValue)
void SetUrl(UrlT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
InstanceType GetInstanceType() const
bool AdditionalCodeRepositoriesHasBeenSet() const
bool UrlHasBeenSet() const
AWS_SAGEMAKER_API NotebookInstanceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NotebookInstanceStatusHasBeenSet() const
bool NotebookInstanceLifecycleConfigNameHasBeenSet() const
NotebookInstanceStatus GetNotebookInstanceStatus() const
NotebookInstanceSummary & WithDefaultCodeRepository(DefaultCodeRepositoryT &&value)
void SetNotebookInstanceStatus(NotebookInstanceStatus value)
NotebookInstanceSummary & WithUrl(UrlT &&value)
const Aws::String & GetUrl() const
void SetAdditionalCodeRepositories(AdditionalCodeRepositoriesT &&value)
void SetDefaultCodeRepository(DefaultCodeRepositoryT &&value)
AWS_SAGEMAKER_API NotebookInstanceSummary()=default
const Aws::String & GetNotebookInstanceArn() const
const Aws::String & GetDefaultCodeRepository() const
const Aws::String & GetNotebookInstanceLifecycleConfigName() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
NotebookInstanceSummary & WithNotebookInstanceLifecycleConfigName(NotebookInstanceLifecycleConfigNameT &&value)
NotebookInstanceSummary & WithNotebookInstanceArn(NotebookInstanceArnT &&value)
void SetNotebookInstanceLifecycleConfigName(NotebookInstanceLifecycleConfigNameT &&value)
NotebookInstanceSummary & WithAdditionalCodeRepositories(AdditionalCodeRepositoriesT &&value)
void SetInstanceType(InstanceType value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue