AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateProjectResult.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 <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace GlueDataBrew
25{
26namespace Model
27{
29 {
30 public:
31 AWS_GLUEDATABREW_API UpdateProjectResult();
34
35
37
40 inline const Aws::Utils::DateTime& GetLastModifiedDate() const{ return m_lastModifiedDate; }
41 inline void SetLastModifiedDate(const Aws::Utils::DateTime& value) { m_lastModifiedDate = value; }
42 inline void SetLastModifiedDate(Aws::Utils::DateTime&& value) { m_lastModifiedDate = std::move(value); }
44 inline UpdateProjectResult& WithLastModifiedDate(Aws::Utils::DateTime&& value) { SetLastModifiedDate(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetName() const{ return m_name; }
52 inline void SetName(const Aws::String& value) { m_name = value; }
53 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
54 inline void SetName(const char* value) { m_name.assign(value); }
55 inline UpdateProjectResult& WithName(const Aws::String& value) { SetName(value); return *this;}
56 inline UpdateProjectResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
57 inline UpdateProjectResult& WithName(const char* value) { SetName(value); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline UpdateProjectResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline UpdateProjectResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline UpdateProjectResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Aws::Utils::DateTime m_lastModifiedDate;
73
74 Aws::String m_name;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace GlueDataBrew
81} // namespace Aws
AWS_GLUEDATABREW_API UpdateProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastModifiedDate() const
UpdateProjectResult & WithLastModifiedDate(const Aws::Utils::DateTime &value)
UpdateProjectResult & WithRequestId(Aws::String &&value)
UpdateProjectResult & WithName(const Aws::String &value)
AWS_GLUEDATABREW_API UpdateProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProjectResult & WithRequestId(const char *value)
UpdateProjectResult & WithLastModifiedDate(Aws::Utils::DateTime &&value)
UpdateProjectResult & WithRequestId(const Aws::String &value)
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
UpdateProjectResult & WithName(const char *value)
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
UpdateProjectResult & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue