7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
42 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
43 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_lastModifiedDateHasBeenSet =
false;
72 bool m_nameHasBeenSet =
false;
75 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