7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lambda/model/DestinationConfig.h>
43 template<
typename LastModifiedT = Aws::Utils::DateTime>
44 void SetLastModified(LastModifiedT&& value) { m_lastModifiedHasBeenSet =
true; m_lastModified = std::forward<LastModifiedT>(value); }
45 template<
typename LastModifiedT = Aws::Utils::DateTime>
55 template<
typename FunctionArnT = Aws::String>
56 void SetFunctionArn(FunctionArnT&& value) { m_functionArnHasBeenSet =
true; m_functionArn = std::forward<FunctionArnT>(value); }
57 template<
typename FunctionArnT = Aws::String>
67 inline void SetMaximumRetryAttempts(
int value) { m_maximumRetryAttemptsHasBeenSet =
true; m_maximumRetryAttempts = value; }
96 template<
typename DestinationConfigT = DestinationConfig>
97 void SetDestinationConfig(DestinationConfigT&& value) { m_destinationConfigHasBeenSet =
true; m_destinationConfig = std::forward<DestinationConfigT>(value); }
98 template<
typename DestinationConfigT = DestinationConfig>
106 template<
typename RequestIdT = Aws::String>
107 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
108 template<
typename RequestIdT = Aws::String>
114 bool m_lastModifiedHasBeenSet =
false;
117 bool m_functionArnHasBeenSet =
false;
119 int m_maximumRetryAttempts{0};
120 bool m_maximumRetryAttemptsHasBeenSet =
false;
122 int m_maximumEventAgeInSeconds{0};
123 bool m_maximumEventAgeInSecondsHasBeenSet =
false;
125 DestinationConfig m_destinationConfig;
126 bool m_destinationConfigHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
const DestinationConfig & GetDestinationConfig() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastModifiedHasBeenSet() const
bool DestinationConfigHasBeenSet() const
AWS_LAMBDA_API FunctionEventInvokeConfig(Aws::Utils::Json::JsonView jsonValue)
void SetLastModified(LastModifiedT &&value)
void SetFunctionArn(FunctionArnT &&value)
void SetDestinationConfig(DestinationConfigT &&value)
bool RequestIdHasBeenSet() const
FunctionEventInvokeConfig & WithDestinationConfig(DestinationConfigT &&value)
void SetMaximumRetryAttempts(int value)
const Aws::String & GetRequestId() const
FunctionEventInvokeConfig & WithRequestId(RequestIdT &&value)
FunctionEventInvokeConfig & WithMaximumEventAgeInSeconds(int value)
FunctionEventInvokeConfig & WithMaximumRetryAttempts(int value)
bool MaximumEventAgeInSecondsHasBeenSet() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetFunctionArn() const
int GetMaximumEventAgeInSeconds() const
bool MaximumRetryAttemptsHasBeenSet() const
FunctionEventInvokeConfig & WithLastModified(LastModifiedT &&value)
int GetMaximumRetryAttempts() const
FunctionEventInvokeConfig & WithFunctionArn(FunctionArnT &&value)
const Aws::Utils::DateTime & GetLastModified() const
AWS_LAMBDA_API FunctionEventInvokeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMaximumEventAgeInSeconds(int value)
bool FunctionArnHasBeenSet() const
AWS_LAMBDA_API FunctionEventInvokeConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue