7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/model/EventError.h>
41 template <
typename ErrorT = EventError>
43 m_errorHasBeenSet =
true;
44 m_error = std::forward<ErrorT>(value);
46 template <
typename ErrorT = EventError>
48 SetError(std::forward<ErrorT>(value));
54 bool m_errorHasBeenSet =
false;
AWS_LAMBDA_API ChainedInvokeTimedOutDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
ChainedInvokeTimedOutDetails & WithError(ErrorT &&value)
void SetError(ErrorT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API ChainedInvokeTimedOutDetails(Aws::Utils::Json::JsonView jsonValue)
const EventError & GetError() const
bool ErrorHasBeenSet() const
AWS_LAMBDA_API ChainedInvokeTimedOutDetails()=default
Aws::Utils::Json::JsonValue JsonValue