7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/NotebookInstanceLifecycleHook.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename NotebookInstanceLifecycleConfigArnT = Aws::String>
44 void SetNotebookInstanceLifecycleConfigArn(NotebookInstanceLifecycleConfigArnT&& value) { m_notebookInstanceLifecycleConfigArnHasBeenSet =
true; m_notebookInstanceLifecycleConfigArn = std::forward<NotebookInstanceLifecycleConfigArnT>(value); }
45 template<
typename NotebookInstanceLifecycleConfigArnT = Aws::String>
54 template<
typename NotebookInstanceLifecycleConfigNameT = Aws::String>
55 void SetNotebookInstanceLifecycleConfigName(NotebookInstanceLifecycleConfigNameT&& value) { m_notebookInstanceLifecycleConfigNameHasBeenSet =
true; m_notebookInstanceLifecycleConfigName = std::forward<NotebookInstanceLifecycleConfigNameT>(value); }
56 template<
typename NotebookInstanceLifecycleConfigNameT = Aws::String>
66 template<
typename OnCreateT = Aws::Vector<NotebookInstanceLifecycleHook>>
67 void SetOnCreate(OnCreateT&& value) { m_onCreateHasBeenSet =
true; m_onCreate = std::forward<OnCreateT>(value); }
68 template<
typename OnCreateT = Aws::Vector<NotebookInstanceLifecycleHook>>
70 template<
typename OnCreateT = NotebookInstanceLifecycleHook>
80 template<
typename OnStartT = Aws::Vector<NotebookInstanceLifecycleHook>>
81 void SetOnStart(OnStartT&& value) { m_onStartHasBeenSet =
true; m_onStart = std::forward<OnStartT>(value); }
82 template<
typename OnStartT = Aws::Vector<NotebookInstanceLifecycleHook>>
84 template<
typename OnStartT = NotebookInstanceLifecycleHook>
94 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
95 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
96 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
105 template<
typename CreationTimeT = Aws::Utils::DateTime>
106 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
107 template<
typename CreationTimeT = Aws::Utils::DateTime>
114 template<
typename RequestIdT = Aws::String>
115 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
116 template<
typename RequestIdT = Aws::String>
122 bool m_notebookInstanceLifecycleConfigArnHasBeenSet =
false;
125 bool m_notebookInstanceLifecycleConfigNameHasBeenSet =
false;
128 bool m_onCreateHasBeenSet =
false;
131 bool m_onStartHasBeenSet =
false;
134 bool m_lastModifiedTimeHasBeenSet =
false;
137 bool m_creationTimeHasBeenSet =
false;
140 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_SAGEMAKER_API DescribeNotebookInstanceLifecycleConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeNotebookInstanceLifecycleConfigResult & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
DescribeNotebookInstanceLifecycleConfigResult & WithNotebookInstanceLifecycleConfigName(NotebookInstanceLifecycleConfigNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeNotebookInstanceLifecycleConfigResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetRequestId(RequestIdT &&value)
DescribeNotebookInstanceLifecycleConfigResult & AddOnCreate(OnCreateT &&value)
DescribeNotebookInstanceLifecycleConfigResult & WithOnCreate(OnCreateT &&value)
DescribeNotebookInstanceLifecycleConfigResult & WithOnStart(OnStartT &&value)
const Aws::Vector< NotebookInstanceLifecycleHook > & GetOnCreate() const
DescribeNotebookInstanceLifecycleConfigResult & WithNotebookInstanceLifecycleConfigArn(NotebookInstanceLifecycleConfigArnT &&value)
DescribeNotebookInstanceLifecycleConfigResult & WithRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DescribeNotebookInstanceLifecycleConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNotebookInstanceLifecycleConfigArn() const
AWS_SAGEMAKER_API DescribeNotebookInstanceLifecycleConfigResult()=default
const Aws::String & GetNotebookInstanceLifecycleConfigName() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetNotebookInstanceLifecycleConfigArn(NotebookInstanceLifecycleConfigArnT &&value)
DescribeNotebookInstanceLifecycleConfigResult & AddOnStart(OnStartT &&value)
const Aws::Vector< NotebookInstanceLifecycleHook > & GetOnStart() const
void SetNotebookInstanceLifecycleConfigName(NotebookInstanceLifecycleConfigNameT &&value)
void SetOnCreate(OnCreateT &&value)
void SetOnStart(OnStartT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue