7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
42 template <
typename ErrorCodeT = Aws::String>
44 m_errorCodeHasBeenSet =
true;
45 m_errorCode = std::forward<ErrorCodeT>(value);
47 template <
typename ErrorCodeT = Aws::String>
61 template <
typename MessageT = Aws::String>
63 m_messageHasBeenSet =
true;
64 m_message = std::forward<MessageT>(value);
66 template <
typename MessageT = Aws::String>
76 bool m_errorCodeHasBeenSet =
false;
77 bool m_messageHasBeenSet =
false;
void SetErrorCode(ErrorCodeT &&value)
FunctionCodeLocationError & WithErrorCode(ErrorCodeT &&value)
void SetMessage(MessageT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API FunctionCodeLocationError()=default
bool MessageHasBeenSet() const
AWS_LAMBDA_API FunctionCodeLocationError & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
AWS_LAMBDA_API FunctionCodeLocationError(Aws::Utils::Json::JsonView jsonValue)
bool ErrorCodeHasBeenSet() const
const Aws::String & GetErrorCode() const
FunctionCodeLocationError & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue