7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/EventError.h>
45 template <
typename StartTimestampT = Aws::Utils::DateTime>
47 m_startTimestampHasBeenSet =
true;
48 m_startTimestamp = std::forward<StartTimestampT>(value);
50 template <
typename StartTimestampT = Aws::Utils::DateTime>
65 template <
typename EndTimestampT = Aws::Utils::DateTime>
67 m_endTimestampHasBeenSet =
true;
68 m_endTimestamp = std::forward<EndTimestampT>(value);
70 template <
typename EndTimestampT = Aws::Utils::DateTime>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
101 template <
typename ErrorT = EventError>
103 m_errorHasBeenSet =
true;
104 m_error = std::forward<ErrorT>(value);
106 template <
typename ErrorT = EventError>
108 SetError(std::forward<ErrorT>(value));
120 bool m_startTimestampHasBeenSet =
false;
121 bool m_endTimestampHasBeenSet =
false;
122 bool m_requestIdHasBeenSet =
false;
123 bool m_errorHasBeenSet =
false;
InvocationCompletedDetails & WithEndTimestamp(EndTimestampT &&value)
const Aws::String & GetRequestId() const
bool RequestIdHasBeenSet() const
bool EndTimestampHasBeenSet() const
AWS_LAMBDA_API InvocationCompletedDetails()=default
AWS_LAMBDA_API InvocationCompletedDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetError(ErrorT &&value)
InvocationCompletedDetails & WithRequestId(RequestIdT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
InvocationCompletedDetails & WithError(ErrorT &&value)
bool StartTimestampHasBeenSet() const
void SetRequestId(RequestIdT &&value)
void SetStartTimestamp(StartTimestampT &&value)
InvocationCompletedDetails & WithStartTimestamp(StartTimestampT &&value)
bool ErrorHasBeenSet() const
const Aws::Utils::DateTime & GetEndTimestamp() const
const EventError & GetError() const
const Aws::Utils::DateTime & GetStartTimestamp() const
void SetEndTimestamp(EndTimestampT &&value)
AWS_LAMBDA_API InvocationCompletedDetails(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue