AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
NotebookInstanceLifecycleConfigSummary.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMaker
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetNotebookInstanceLifecycleConfigName() const{ return m_notebookInstanceLifecycleConfigName; }
47 inline bool NotebookInstanceLifecycleConfigNameHasBeenSet() const { return m_notebookInstanceLifecycleConfigNameHasBeenSet; }
48 inline void SetNotebookInstanceLifecycleConfigName(const Aws::String& value) { m_notebookInstanceLifecycleConfigNameHasBeenSet = true; m_notebookInstanceLifecycleConfigName = value; }
49 inline void SetNotebookInstanceLifecycleConfigName(Aws::String&& value) { m_notebookInstanceLifecycleConfigNameHasBeenSet = true; m_notebookInstanceLifecycleConfigName = std::move(value); }
50 inline void SetNotebookInstanceLifecycleConfigName(const char* value) { m_notebookInstanceLifecycleConfigNameHasBeenSet = true; m_notebookInstanceLifecycleConfigName.assign(value); }
55
57
60 inline const Aws::String& GetNotebookInstanceLifecycleConfigArn() const{ return m_notebookInstanceLifecycleConfigArn; }
61 inline bool NotebookInstanceLifecycleConfigArnHasBeenSet() const { return m_notebookInstanceLifecycleConfigArnHasBeenSet; }
62 inline void SetNotebookInstanceLifecycleConfigArn(const Aws::String& value) { m_notebookInstanceLifecycleConfigArnHasBeenSet = true; m_notebookInstanceLifecycleConfigArn = value; }
63 inline void SetNotebookInstanceLifecycleConfigArn(Aws::String&& value) { m_notebookInstanceLifecycleConfigArnHasBeenSet = true; m_notebookInstanceLifecycleConfigArn = std::move(value); }
64 inline void SetNotebookInstanceLifecycleConfigArn(const char* value) { m_notebookInstanceLifecycleConfigArnHasBeenSet = true; m_notebookInstanceLifecycleConfigArn.assign(value); }
69
71
74 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
75 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
76 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; }
77 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); }
81
83
87 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
88 inline bool LastModifiedTimeHasBeenSet() const { return m_lastModifiedTimeHasBeenSet; }
89 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = value; }
90 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::move(value); }
94 private:
95
96 Aws::String m_notebookInstanceLifecycleConfigName;
97 bool m_notebookInstanceLifecycleConfigNameHasBeenSet = false;
98
99 Aws::String m_notebookInstanceLifecycleConfigArn;
100 bool m_notebookInstanceLifecycleConfigArnHasBeenSet = false;
101
102 Aws::Utils::DateTime m_creationTime;
103 bool m_creationTimeHasBeenSet = false;
104
105 Aws::Utils::DateTime m_lastModifiedTime;
106 bool m_lastModifiedTimeHasBeenSet = false;
107 };
108
109} // namespace Model
110} // namespace SageMaker
111} // namespace Aws
NotebookInstanceLifecycleConfigSummary & WithNotebookInstanceLifecycleConfigName(Aws::String &&value)
NotebookInstanceLifecycleConfigSummary & WithCreationTime(const Aws::Utils::DateTime &value)
NotebookInstanceLifecycleConfigSummary & WithLastModifiedTime(const Aws::Utils::DateTime &value)
NotebookInstanceLifecycleConfigSummary & WithNotebookInstanceLifecycleConfigArn(const Aws::String &value)
AWS_SAGEMAKER_API NotebookInstanceLifecycleConfigSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API NotebookInstanceLifecycleConfigSummary(Aws::Utils::Json::JsonView jsonValue)
NotebookInstanceLifecycleConfigSummary & WithNotebookInstanceLifecycleConfigArn(Aws::String &&value)
NotebookInstanceLifecycleConfigSummary & WithNotebookInstanceLifecycleConfigArn(const char *value)
NotebookInstanceLifecycleConfigSummary & WithCreationTime(Aws::Utils::DateTime &&value)
NotebookInstanceLifecycleConfigSummary & WithNotebookInstanceLifecycleConfigName(const Aws::String &value)
NotebookInstanceLifecycleConfigSummary & WithNotebookInstanceLifecycleConfigName(const char *value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
NotebookInstanceLifecycleConfigSummary & WithLastModifiedTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue