7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace GlueDataBrew {
35 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
37 m_lastModifiedDateHasBeenSet =
true;
38 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
40 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_lastModifiedDateHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
AWS_GLUEDATABREW_API UpdateProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProjectResult & WithRequestId(RequestIdT &&value)
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