7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/UserDefinedFunction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename UserDefinedFunctionT = UserDefinedFunction>
42 void SetUserDefinedFunction(UserDefinedFunctionT&& value) { m_userDefinedFunctionHasBeenSet =
true; m_userDefinedFunction = std::forward<UserDefinedFunctionT>(value); }
43 template<
typename UserDefinedFunctionT = UserDefinedFunction>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_userDefinedFunctionHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API GetUserDefinedFunctionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API GetUserDefinedFunctionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetUserDefinedFunctionResult & WithUserDefinedFunction(UserDefinedFunctionT &&value)
const UserDefinedFunction & GetUserDefinedFunction() const
AWS_GLUE_API GetUserDefinedFunctionResult()=default
GetUserDefinedFunctionResult & WithRequestId(RequestIdT &&value)
void SetUserDefinedFunction(UserDefinedFunctionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue