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/iotsitewise/IoTSiteWise_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{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace IoTSiteWise
25{
26namespace Model
27{
29 {
30 public:
31 AWS_IOTSITEWISE_API DescribeProjectResult();
34
35
37
40 inline const Aws::String& GetProjectId() const{ return m_projectId; }
41 inline void SetProjectId(const Aws::String& value) { m_projectId = value; }
42 inline void SetProjectId(Aws::String&& value) { m_projectId = std::move(value); }
43 inline void SetProjectId(const char* value) { m_projectId.assign(value); }
44 inline DescribeProjectResult& WithProjectId(const Aws::String& value) { SetProjectId(value); return *this;}
45 inline DescribeProjectResult& WithProjectId(Aws::String&& value) { SetProjectId(std::move(value)); return *this;}
46 inline DescribeProjectResult& WithProjectId(const char* value) { SetProjectId(value); return *this;}
48
50
57 inline const Aws::String& GetProjectArn() const{ return m_projectArn; }
58 inline void SetProjectArn(const Aws::String& value) { m_projectArn = value; }
59 inline void SetProjectArn(Aws::String&& value) { m_projectArn = std::move(value); }
60 inline void SetProjectArn(const char* value) { m_projectArn.assign(value); }
61 inline DescribeProjectResult& WithProjectArn(const Aws::String& value) { SetProjectArn(value); return *this;}
62 inline DescribeProjectResult& WithProjectArn(Aws::String&& value) { SetProjectArn(std::move(value)); return *this;}
63 inline DescribeProjectResult& WithProjectArn(const char* value) { SetProjectArn(value); return *this;}
65
67
70 inline const Aws::String& GetProjectName() const{ return m_projectName; }
71 inline void SetProjectName(const Aws::String& value) { m_projectName = value; }
72 inline void SetProjectName(Aws::String&& value) { m_projectName = std::move(value); }
73 inline void SetProjectName(const char* value) { m_projectName.assign(value); }
74 inline DescribeProjectResult& WithProjectName(const Aws::String& value) { SetProjectName(value); return *this;}
75 inline DescribeProjectResult& WithProjectName(Aws::String&& value) { SetProjectName(std::move(value)); return *this;}
76 inline DescribeProjectResult& WithProjectName(const char* value) { SetProjectName(value); return *this;}
78
80
83 inline const Aws::String& GetPortalId() const{ return m_portalId; }
84 inline void SetPortalId(const Aws::String& value) { m_portalId = value; }
85 inline void SetPortalId(Aws::String&& value) { m_portalId = std::move(value); }
86 inline void SetPortalId(const char* value) { m_portalId.assign(value); }
87 inline DescribeProjectResult& WithPortalId(const Aws::String& value) { SetPortalId(value); return *this;}
88 inline DescribeProjectResult& WithPortalId(Aws::String&& value) { SetPortalId(std::move(value)); return *this;}
89 inline DescribeProjectResult& WithPortalId(const char* value) { SetPortalId(value); return *this;}
91
93
96 inline const Aws::String& GetProjectDescription() const{ return m_projectDescription; }
97 inline void SetProjectDescription(const Aws::String& value) { m_projectDescription = value; }
98 inline void SetProjectDescription(Aws::String&& value) { m_projectDescription = std::move(value); }
99 inline void SetProjectDescription(const char* value) { m_projectDescription.assign(value); }
101 inline DescribeProjectResult& WithProjectDescription(Aws::String&& value) { SetProjectDescription(std::move(value)); return *this;}
102 inline DescribeProjectResult& WithProjectDescription(const char* value) { SetProjectDescription(value); return *this;}
104
106
109 inline const Aws::Utils::DateTime& GetProjectCreationDate() const{ return m_projectCreationDate; }
110 inline void SetProjectCreationDate(const Aws::Utils::DateTime& value) { m_projectCreationDate = value; }
111 inline void SetProjectCreationDate(Aws::Utils::DateTime&& value) { m_projectCreationDate = std::move(value); }
115
117
120 inline const Aws::Utils::DateTime& GetProjectLastUpdateDate() const{ return m_projectLastUpdateDate; }
121 inline void SetProjectLastUpdateDate(const Aws::Utils::DateTime& value) { m_projectLastUpdateDate = value; }
122 inline void SetProjectLastUpdateDate(Aws::Utils::DateTime&& value) { m_projectLastUpdateDate = std::move(value); }
126
128
129 inline const Aws::String& GetRequestId() const{ return m_requestId; }
130 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
131 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
132 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
133 inline DescribeProjectResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
134 inline DescribeProjectResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
135 inline DescribeProjectResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
137 private:
138
139 Aws::String m_projectId;
140
141 Aws::String m_projectArn;
142
143 Aws::String m_projectName;
144
145 Aws::String m_portalId;
146
147 Aws::String m_projectDescription;
148
149 Aws::Utils::DateTime m_projectCreationDate;
150
151 Aws::Utils::DateTime m_projectLastUpdateDate;
152
153 Aws::String m_requestId;
154 };
155
156} // namespace Model
157} // namespace IoTSiteWise
158} // namespace Aws
DescribeProjectResult & WithProjectArn(const Aws::String &value)
DescribeProjectResult & WithProjectCreationDate(Aws::Utils::DateTime &&value)
DescribeProjectResult & WithProjectArn(const char *value)
DescribeProjectResult & WithProjectName(Aws::String &&value)
DescribeProjectResult & WithRequestId(Aws::String &&value)
DescribeProjectResult & WithProjectId(const char *value)
DescribeProjectResult & WithPortalId(const Aws::String &value)
AWS_IOTSITEWISE_API DescribeProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeProjectResult & WithProjectLastUpdateDate(const Aws::Utils::DateTime &value)
DescribeProjectResult & WithProjectCreationDate(const Aws::Utils::DateTime &value)
DescribeProjectResult & WithProjectName(const char *value)
DescribeProjectResult & WithPortalId(Aws::String &&value)
void SetProjectLastUpdateDate(const Aws::Utils::DateTime &value)
void SetProjectLastUpdateDate(Aws::Utils::DateTime &&value)
DescribeProjectResult & WithRequestId(const Aws::String &value)
void SetProjectCreationDate(const Aws::Utils::DateTime &value)
AWS_IOTSITEWISE_API DescribeProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetProjectCreationDate() const
DescribeProjectResult & WithProjectDescription(const Aws::String &value)
DescribeProjectResult & WithProjectArn(Aws::String &&value)
DescribeProjectResult & WithRequestId(const char *value)
DescribeProjectResult & WithProjectDescription(const char *value)
DescribeProjectResult & WithProjectDescription(Aws::String &&value)
DescribeProjectResult & WithPortalId(const char *value)
DescribeProjectResult & WithProjectLastUpdateDate(Aws::Utils::DateTime &&value)
void SetProjectCreationDate(Aws::Utils::DateTime &&value)
DescribeProjectResult & WithProjectId(const Aws::String &value)
DescribeProjectResult & WithProjectName(const Aws::String &value)
const Aws::Utils::DateTime & GetProjectLastUpdateDate() const
DescribeProjectResult & WithProjectId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue