AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
DescribeStudioLifecycleConfigResult.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/StudioLifecycleConfigAppType.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace SageMaker {
24namespace Model {
26 public:
27 AWS_SAGEMAKER_API DescribeStudioLifecycleConfigResult() = default;
30
32
35 inline const Aws::String& GetStudioLifecycleConfigArn() const { return m_studioLifecycleConfigArn; }
36 template <typename StudioLifecycleConfigArnT = Aws::String>
37 void SetStudioLifecycleConfigArn(StudioLifecycleConfigArnT&& value) {
38 m_studioLifecycleConfigArnHasBeenSet = true;
39 m_studioLifecycleConfigArn = std::forward<StudioLifecycleConfigArnT>(value);
40 }
41 template <typename StudioLifecycleConfigArnT = Aws::String>
43 SetStudioLifecycleConfigArn(std::forward<StudioLifecycleConfigArnT>(value));
44 return *this;
45 }
47
49
53 inline const Aws::String& GetStudioLifecycleConfigName() const { return m_studioLifecycleConfigName; }
54 template <typename StudioLifecycleConfigNameT = Aws::String>
55 void SetStudioLifecycleConfigName(StudioLifecycleConfigNameT&& value) {
56 m_studioLifecycleConfigNameHasBeenSet = true;
57 m_studioLifecycleConfigName = std::forward<StudioLifecycleConfigNameT>(value);
58 }
59 template <typename StudioLifecycleConfigNameT = Aws::String>
61 SetStudioLifecycleConfigName(std::forward<StudioLifecycleConfigNameT>(value));
62 return *this;
63 }
65
67
71 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
72 template <typename CreationTimeT = Aws::Utils::DateTime>
73 void SetCreationTime(CreationTimeT&& value) {
74 m_creationTimeHasBeenSet = true;
75 m_creationTime = std::forward<CreationTimeT>(value);
76 }
77 template <typename CreationTimeT = Aws::Utils::DateTime>
79 SetCreationTime(std::forward<CreationTimeT>(value));
80 return *this;
81 }
83
85
89 inline const Aws::Utils::DateTime& GetLastModifiedTime() const { return m_lastModifiedTime; }
90 template <typename LastModifiedTimeT = Aws::Utils::DateTime>
91 void SetLastModifiedTime(LastModifiedTimeT&& value) {
92 m_lastModifiedTimeHasBeenSet = true;
93 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
94 }
95 template <typename LastModifiedTimeT = Aws::Utils::DateTime>
97 SetLastModifiedTime(std::forward<LastModifiedTimeT>(value));
98 return *this;
99 }
101
103
107 inline const Aws::String& GetStudioLifecycleConfigContent() const { return m_studioLifecycleConfigContent; }
108 template <typename StudioLifecycleConfigContentT = Aws::String>
109 void SetStudioLifecycleConfigContent(StudioLifecycleConfigContentT&& value) {
110 m_studioLifecycleConfigContentHasBeenSet = true;
111 m_studioLifecycleConfigContent = std::forward<StudioLifecycleConfigContentT>(value);
112 }
113 template <typename StudioLifecycleConfigContentT = Aws::String>
115 SetStudioLifecycleConfigContent(std::forward<StudioLifecycleConfigContentT>(value));
116 return *this;
117 }
119
121
124 inline StudioLifecycleConfigAppType GetStudioLifecycleConfigAppType() const { return m_studioLifecycleConfigAppType; }
126 m_studioLifecycleConfigAppTypeHasBeenSet = true;
127 m_studioLifecycleConfigAppType = value;
128 }
131 return *this;
132 }
134
136
137 inline const Aws::String& GetRequestId() const { return m_requestId; }
138 template <typename RequestIdT = Aws::String>
139 void SetRequestId(RequestIdT&& value) {
140 m_requestIdHasBeenSet = true;
141 m_requestId = std::forward<RequestIdT>(value);
142 }
143 template <typename RequestIdT = Aws::String>
145 SetRequestId(std::forward<RequestIdT>(value));
146 return *this;
147 }
149 private:
150 Aws::String m_studioLifecycleConfigArn;
151
152 Aws::String m_studioLifecycleConfigName;
153
154 Aws::Utils::DateTime m_creationTime{};
155
156 Aws::Utils::DateTime m_lastModifiedTime{};
157
158 Aws::String m_studioLifecycleConfigContent;
159
161
162 Aws::String m_requestId;
163 bool m_studioLifecycleConfigArnHasBeenSet = false;
164 bool m_studioLifecycleConfigNameHasBeenSet = false;
165 bool m_creationTimeHasBeenSet = false;
166 bool m_lastModifiedTimeHasBeenSet = false;
167 bool m_studioLifecycleConfigContentHasBeenSet = false;
168 bool m_studioLifecycleConfigAppTypeHasBeenSet = false;
169 bool m_requestIdHasBeenSet = false;
170};
171
172} // namespace Model
173} // namespace SageMaker
174} // namespace Aws
DescribeStudioLifecycleConfigResult & WithStudioLifecycleConfigName(StudioLifecycleConfigNameT &&value)
DescribeStudioLifecycleConfigResult & WithLastModifiedTime(LastModifiedTimeT &&value)
DescribeStudioLifecycleConfigResult & WithStudioLifecycleConfigAppType(StudioLifecycleConfigAppType value)
DescribeStudioLifecycleConfigResult & WithRequestId(RequestIdT &&value)
DescribeStudioLifecycleConfigResult & WithCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API DescribeStudioLifecycleConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeStudioLifecycleConfigResult & WithStudioLifecycleConfigContent(StudioLifecycleConfigContentT &&value)
DescribeStudioLifecycleConfigResult & WithStudioLifecycleConfigArn(StudioLifecycleConfigArnT &&value)
AWS_SAGEMAKER_API DescribeStudioLifecycleConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue