7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace IoTSiteWise {
36 template <
typename ProjectIdT = Aws::String>
38 m_projectIdHasBeenSet =
true;
39 m_projectId = std::forward<ProjectIdT>(value);
41 template <
typename ProjectIdT = Aws::String>
57 template <
typename ProjectArnT = Aws::String>
59 m_projectArnHasBeenSet =
true;
60 m_projectArn = std::forward<ProjectArnT>(value);
62 template <
typename ProjectArnT = Aws::String>
74 template <
typename ProjectNameT = Aws::String>
76 m_projectNameHasBeenSet =
true;
77 m_projectName = std::forward<ProjectNameT>(value);
79 template <
typename ProjectNameT = Aws::String>
91 template <
typename PortalIdT = Aws::String>
93 m_portalIdHasBeenSet =
true;
94 m_portalId = std::forward<PortalIdT>(value);
96 template <
typename PortalIdT = Aws::String>
108 template <
typename ProjectDescriptionT = Aws::String>
110 m_projectDescriptionHasBeenSet =
true;
111 m_projectDescription = std::forward<ProjectDescriptionT>(value);
113 template <
typename ProjectDescriptionT = Aws::String>
125 template <
typename ProjectCreationDateT = Aws::Utils::DateTime>
127 m_projectCreationDateHasBeenSet =
true;
128 m_projectCreationDate = std::forward<ProjectCreationDateT>(value);
130 template <
typename ProjectCreationDateT = Aws::Utils::DateTime>
142 template <
typename ProjectLastUpdateDateT = Aws::Utils::DateTime>
144 m_projectLastUpdateDateHasBeenSet =
true;
145 m_projectLastUpdateDate = std::forward<ProjectLastUpdateDateT>(value);
147 template <
typename ProjectLastUpdateDateT = Aws::Utils::DateTime>
157 template <
typename RequestIdT = Aws::String>
159 m_requestIdHasBeenSet =
true;
160 m_requestId = std::forward<RequestIdT>(value);
162 template <
typename RequestIdT = Aws::String>
187 bool m_projectIdHasBeenSet =
false;
188 bool m_projectArnHasBeenSet =
false;
189 bool m_projectNameHasBeenSet =
false;
190 bool m_portalIdHasBeenSet =
false;
191 bool m_projectDescriptionHasBeenSet =
false;
192 bool m_projectCreationDateHasBeenSet =
false;
193 bool m_projectLastUpdateDateHasBeenSet =
false;
194 bool m_requestIdHasBeenSet =
false;
DescribeProjectResult & WithProjectName(ProjectNameT &&value)
DescribeProjectResult & WithProjectCreationDate(ProjectCreationDateT &&value)
const Aws::String & GetProjectArn() const
DescribeProjectResult & WithProjectId(ProjectIdT &&value)
void SetProjectName(ProjectNameT &&value)
void SetProjectLastUpdateDate(ProjectLastUpdateDateT &&value)
void SetProjectDescription(ProjectDescriptionT &&value)
DescribeProjectResult & WithProjectLastUpdateDate(ProjectLastUpdateDateT &&value)
void SetProjectId(ProjectIdT &&value)
DescribeProjectResult & WithProjectArn(ProjectArnT &&value)
AWS_IOTSITEWISE_API DescribeProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProjectArn(ProjectArnT &&value)
DescribeProjectResult & WithRequestId(RequestIdT &&value)
AWS_IOTSITEWISE_API DescribeProjectResult()=default
const Aws::String & GetPortalId() const
DescribeProjectResult & WithProjectDescription(ProjectDescriptionT &&value)
const Aws::String & GetProjectDescription() const
AWS_IOTSITEWISE_API DescribeProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetProjectCreationDate() const
const Aws::String & GetRequestId() const
const Aws::String & GetProjectName() const
void SetRequestId(RequestIdT &&value)
void SetPortalId(PortalIdT &&value)
const Aws::String & GetProjectId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeProjectResult & WithPortalId(PortalIdT &&value)
void SetProjectCreationDate(ProjectCreationDateT &&value)
const Aws::Utils::DateTime & GetProjectLastUpdateDate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue