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/databrew/GlueDataBrew_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace GlueDataBrew {
36 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
38 m_lastModifiedDateHasBeenSet =
true;
39 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
41 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_lastModifiedDateHasBeenSet =
false;
89 bool m_nameHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
AWS_GLUEDATABREW_API UpdateProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProjectResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
const Aws::String & GetName() const
AWS_GLUEDATABREW_API UpdateProjectResult()=default
AWS_GLUEDATABREW_API UpdateProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProjectResult & WithName(NameT &&value)
const Aws::String & GetRequestId() const
UpdateProjectResult & WithLastModifiedDate(LastModifiedDateT &&value)
void SetRequestId(RequestIdT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue