AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeProjectResult.h
1
6#pragma once
7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/databrew/model/Sample.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/databrew/model/SessionStatus.h>
13#include <utility>
14
15namespace Aws
16{
17template<typename RESULT_TYPE>
18class AmazonWebServiceResult;
19
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace GlueDataBrew
28{
29namespace Model
30{
32 {
33 public:
34 AWS_GLUEDATABREW_API DescribeProjectResult();
37
38
40
43 inline const Aws::Utils::DateTime& GetCreateDate() const{ return m_createDate; }
44 inline void SetCreateDate(const Aws::Utils::DateTime& value) { m_createDate = value; }
45 inline void SetCreateDate(Aws::Utils::DateTime&& value) { m_createDate = std::move(value); }
46 inline DescribeProjectResult& WithCreateDate(const Aws::Utils::DateTime& value) { SetCreateDate(value); return *this;}
47 inline DescribeProjectResult& WithCreateDate(Aws::Utils::DateTime&& value) { SetCreateDate(std::move(value)); return *this;}
49
51
54 inline const Aws::String& GetCreatedBy() const{ return m_createdBy; }
55 inline void SetCreatedBy(const Aws::String& value) { m_createdBy = value; }
56 inline void SetCreatedBy(Aws::String&& value) { m_createdBy = std::move(value); }
57 inline void SetCreatedBy(const char* value) { m_createdBy.assign(value); }
58 inline DescribeProjectResult& WithCreatedBy(const Aws::String& value) { SetCreatedBy(value); return *this;}
59 inline DescribeProjectResult& WithCreatedBy(Aws::String&& value) { SetCreatedBy(std::move(value)); return *this;}
60 inline DescribeProjectResult& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;}
62
64
67 inline const Aws::String& GetDatasetName() const{ return m_datasetName; }
68 inline void SetDatasetName(const Aws::String& value) { m_datasetName = value; }
69 inline void SetDatasetName(Aws::String&& value) { m_datasetName = std::move(value); }
70 inline void SetDatasetName(const char* value) { m_datasetName.assign(value); }
71 inline DescribeProjectResult& WithDatasetName(const Aws::String& value) { SetDatasetName(value); return *this;}
72 inline DescribeProjectResult& WithDatasetName(Aws::String&& value) { SetDatasetName(std::move(value)); return *this;}
73 inline DescribeProjectResult& WithDatasetName(const char* value) { SetDatasetName(value); return *this;}
75
77
80 inline const Aws::Utils::DateTime& GetLastModifiedDate() const{ return m_lastModifiedDate; }
81 inline void SetLastModifiedDate(const Aws::Utils::DateTime& value) { m_lastModifiedDate = value; }
82 inline void SetLastModifiedDate(Aws::Utils::DateTime&& value) { m_lastModifiedDate = std::move(value); }
84 inline DescribeProjectResult& WithLastModifiedDate(Aws::Utils::DateTime&& value) { SetLastModifiedDate(std::move(value)); return *this;}
86
88
91 inline const Aws::String& GetLastModifiedBy() const{ return m_lastModifiedBy; }
92 inline void SetLastModifiedBy(const Aws::String& value) { m_lastModifiedBy = value; }
93 inline void SetLastModifiedBy(Aws::String&& value) { m_lastModifiedBy = std::move(value); }
94 inline void SetLastModifiedBy(const char* value) { m_lastModifiedBy.assign(value); }
95 inline DescribeProjectResult& WithLastModifiedBy(const Aws::String& value) { SetLastModifiedBy(value); return *this;}
96 inline DescribeProjectResult& WithLastModifiedBy(Aws::String&& value) { SetLastModifiedBy(std::move(value)); return *this;}
97 inline DescribeProjectResult& WithLastModifiedBy(const char* value) { SetLastModifiedBy(value); return *this;}
99
101
104 inline const Aws::String& GetName() const{ return m_name; }
105 inline void SetName(const Aws::String& value) { m_name = value; }
106 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
107 inline void SetName(const char* value) { m_name.assign(value); }
108 inline DescribeProjectResult& WithName(const Aws::String& value) { SetName(value); return *this;}
109 inline DescribeProjectResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
110 inline DescribeProjectResult& WithName(const char* value) { SetName(value); return *this;}
112
114
117 inline const Aws::String& GetRecipeName() const{ return m_recipeName; }
118 inline void SetRecipeName(const Aws::String& value) { m_recipeName = value; }
119 inline void SetRecipeName(Aws::String&& value) { m_recipeName = std::move(value); }
120 inline void SetRecipeName(const char* value) { m_recipeName.assign(value); }
121 inline DescribeProjectResult& WithRecipeName(const Aws::String& value) { SetRecipeName(value); return *this;}
122 inline DescribeProjectResult& WithRecipeName(Aws::String&& value) { SetRecipeName(std::move(value)); return *this;}
123 inline DescribeProjectResult& WithRecipeName(const char* value) { SetRecipeName(value); return *this;}
125
127
130 inline const Aws::String& GetResourceArn() const{ return m_resourceArn; }
131 inline void SetResourceArn(const Aws::String& value) { m_resourceArn = value; }
132 inline void SetResourceArn(Aws::String&& value) { m_resourceArn = std::move(value); }
133 inline void SetResourceArn(const char* value) { m_resourceArn.assign(value); }
134 inline DescribeProjectResult& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;}
135 inline DescribeProjectResult& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;}
136 inline DescribeProjectResult& WithResourceArn(const char* value) { SetResourceArn(value); return *this;}
138
140
141 inline const Sample& GetSample() const{ return m_sample; }
142 inline void SetSample(const Sample& value) { m_sample = value; }
143 inline void SetSample(Sample&& value) { m_sample = std::move(value); }
144 inline DescribeProjectResult& WithSample(const Sample& value) { SetSample(value); return *this;}
145 inline DescribeProjectResult& WithSample(Sample&& value) { SetSample(std::move(value)); return *this;}
147
149
153 inline const Aws::String& GetRoleArn() const{ return m_roleArn; }
154 inline void SetRoleArn(const Aws::String& value) { m_roleArn = value; }
155 inline void SetRoleArn(Aws::String&& value) { m_roleArn = std::move(value); }
156 inline void SetRoleArn(const char* value) { m_roleArn.assign(value); }
157 inline DescribeProjectResult& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;}
158 inline DescribeProjectResult& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;}
159 inline DescribeProjectResult& WithRoleArn(const char* value) { SetRoleArn(value); return *this;}
161
163
166 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
167 inline void SetTags(const Aws::Map<Aws::String, Aws::String>& value) { m_tags = value; }
168 inline void SetTags(Aws::Map<Aws::String, Aws::String>&& value) { m_tags = std::move(value); }
169 inline DescribeProjectResult& WithTags(const Aws::Map<Aws::String, Aws::String>& value) { SetTags(value); return *this;}
170 inline DescribeProjectResult& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move(value)); return *this;}
171 inline DescribeProjectResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; }
172 inline DescribeProjectResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; }
173 inline DescribeProjectResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
174 inline DescribeProjectResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; }
175 inline DescribeProjectResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
176 inline DescribeProjectResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; }
177 inline DescribeProjectResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; }
179
181
188 inline const SessionStatus& GetSessionStatus() const{ return m_sessionStatus; }
189 inline void SetSessionStatus(const SessionStatus& value) { m_sessionStatus = value; }
190 inline void SetSessionStatus(SessionStatus&& value) { m_sessionStatus = std::move(value); }
191 inline DescribeProjectResult& WithSessionStatus(const SessionStatus& value) { SetSessionStatus(value); return *this;}
192 inline DescribeProjectResult& WithSessionStatus(SessionStatus&& value) { SetSessionStatus(std::move(value)); return *this;}
194
196
199 inline const Aws::String& GetOpenedBy() const{ return m_openedBy; }
200 inline void SetOpenedBy(const Aws::String& value) { m_openedBy = value; }
201 inline void SetOpenedBy(Aws::String&& value) { m_openedBy = std::move(value); }
202 inline void SetOpenedBy(const char* value) { m_openedBy.assign(value); }
203 inline DescribeProjectResult& WithOpenedBy(const Aws::String& value) { SetOpenedBy(value); return *this;}
204 inline DescribeProjectResult& WithOpenedBy(Aws::String&& value) { SetOpenedBy(std::move(value)); return *this;}
205 inline DescribeProjectResult& WithOpenedBy(const char* value) { SetOpenedBy(value); return *this;}
207
209
212 inline const Aws::Utils::DateTime& GetOpenDate() const{ return m_openDate; }
213 inline void SetOpenDate(const Aws::Utils::DateTime& value) { m_openDate = value; }
214 inline void SetOpenDate(Aws::Utils::DateTime&& value) { m_openDate = std::move(value); }
215 inline DescribeProjectResult& WithOpenDate(const Aws::Utils::DateTime& value) { SetOpenDate(value); return *this;}
216 inline DescribeProjectResult& WithOpenDate(Aws::Utils::DateTime&& value) { SetOpenDate(std::move(value)); return *this;}
218
220
221 inline const Aws::String& GetRequestId() const{ return m_requestId; }
222 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
223 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
224 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
225 inline DescribeProjectResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
226 inline DescribeProjectResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
227 inline DescribeProjectResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
229 private:
230
231 Aws::Utils::DateTime m_createDate;
232
233 Aws::String m_createdBy;
234
235 Aws::String m_datasetName;
236
237 Aws::Utils::DateTime m_lastModifiedDate;
238
239 Aws::String m_lastModifiedBy;
240
241 Aws::String m_name;
242
243 Aws::String m_recipeName;
244
245 Aws::String m_resourceArn;
246
247 Sample m_sample;
248
249 Aws::String m_roleArn;
250
252
253 SessionStatus m_sessionStatus;
254
255 Aws::String m_openedBy;
256
257 Aws::Utils::DateTime m_openDate;
258
259 Aws::String m_requestId;
260 };
261
262} // namespace Model
263} // namespace GlueDataBrew
264} // namespace Aws
DescribeProjectResult & WithRoleArn(const Aws::String &value)
DescribeProjectResult & WithLastModifiedBy(Aws::String &&value)
DescribeProjectResult & AddTags(const Aws::String &key, Aws::String &&value)
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
AWS_GLUEDATABREW_API DescribeProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeProjectResult & WithSample(const Sample &value)
DescribeProjectResult & WithCreateDate(const Aws::Utils::DateTime &value)
DescribeProjectResult & AddTags(const char *key, const char *value)
DescribeProjectResult & WithCreatedBy(const char *value)
DescribeProjectResult & WithRequestId(Aws::String &&value)
DescribeProjectResult & WithOpenDate(const Aws::Utils::DateTime &value)
DescribeProjectResult & AddTags(const Aws::String &key, const Aws::String &value)
DescribeProjectResult & AddTags(Aws::String &&key, const Aws::String &value)
const Aws::Utils::DateTime & GetOpenDate() const
DescribeProjectResult & WithRequestId(const char *value)
DescribeProjectResult & AddTags(const char *key, Aws::String &&value)
void SetCreateDate(Aws::Utils::DateTime &&value)
DescribeProjectResult & WithCreateDate(Aws::Utils::DateTime &&value)
DescribeProjectResult & WithRecipeName(Aws::String &&value)
DescribeProjectResult & WithCreatedBy(Aws::String &&value)
DescribeProjectResult & WithOpenedBy(const Aws::String &value)
DescribeProjectResult & WithRequestId(const Aws::String &value)
DescribeProjectResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
DescribeProjectResult & WithResourceArn(const char *value)
DescribeProjectResult & WithSample(Sample &&value)
DescribeProjectResult & WithLastModifiedBy(const char *value)
DescribeProjectResult & WithOpenedBy(Aws::String &&value)
DescribeProjectResult & WithResourceArn(Aws::String &&value)
DescribeProjectResult & WithDatasetName(Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
DescribeProjectResult & AddTags(Aws::String &&key, const char *value)
DescribeProjectResult & WithCreatedBy(const Aws::String &value)
DescribeProjectResult & WithName(const Aws::String &value)
DescribeProjectResult & WithSessionStatus(const SessionStatus &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DescribeProjectResult & WithOpenDate(Aws::Utils::DateTime &&value)
DescribeProjectResult & WithSessionStatus(SessionStatus &&value)
DescribeProjectResult & WithRecipeName(const char *value)
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
DescribeProjectResult & WithResourceArn(const Aws::String &value)
DescribeProjectResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
DescribeProjectResult & WithOpenedBy(const char *value)
DescribeProjectResult & WithName(const char *value)
DescribeProjectResult & WithLastModifiedBy(const Aws::String &value)
const Aws::Utils::DateTime & GetCreateDate() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
DescribeProjectResult & WithRoleArn(Aws::String &&value)
void SetOpenDate(const Aws::Utils::DateTime &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
DescribeProjectResult & WithDatasetName(const char *value)
AWS_GLUEDATABREW_API DescribeProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeProjectResult & WithDatasetName(const Aws::String &value)
void SetCreateDate(const Aws::Utils::DateTime &value)
DescribeProjectResult & WithLastModifiedDate(Aws::Utils::DateTime &&value)
DescribeProjectResult & WithRecipeName(const Aws::String &value)
DescribeProjectResult & WithRoleArn(const char *value)
DescribeProjectResult & WithLastModifiedDate(const Aws::Utils::DateTime &value)
DescribeProjectResult & WithName(Aws::String &&value)
DescribeProjectResult & AddTags(Aws::String &&key, Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue