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>
57 inline void SetFunctionArn(
const char* value) { m_functionArnHasBeenSet =
true; m_functionArn.assign(value); }
69 inline void SetMaximumRetryAttempts(
int value) { m_maximumRetryAttemptsHasBeenSet =
true; m_maximumRetryAttempts = value; }
107 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
115 bool m_lastModifiedHasBeenSet =
false;
118 bool m_functionArnHasBeenSet =
false;
120 int m_maximumRetryAttempts;
121 bool m_maximumRetryAttemptsHasBeenSet =
false;
123 int m_maximumEventAgeInSeconds;
124 bool m_maximumEventAgeInSecondsHasBeenSet =
false;
127 bool m_destinationConfigHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
const DestinationConfig & GetDestinationConfig() const
FunctionEventInvokeConfig & WithDestinationConfig(DestinationConfig &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API FunctionEventInvokeConfig()
bool LastModifiedHasBeenSet() const
void SetFunctionArn(const Aws::String &value)
FunctionEventInvokeConfig & WithRequestId(const char *value)
void SetRequestId(const char *value)
bool DestinationConfigHasBeenSet() const
AWS_LAMBDA_API FunctionEventInvokeConfig(Aws::Utils::Json::JsonView jsonValue)
bool RequestIdHasBeenSet() const
void SetFunctionArn(Aws::String &&value)
FunctionEventInvokeConfig & WithRequestId(Aws::String &&value)
void SetDestinationConfig(const DestinationConfig &value)
void SetMaximumRetryAttempts(int value)
const Aws::String & GetRequestId() const
void SetLastModified(const Aws::Utils::DateTime &value)
void SetRequestId(Aws::String &&value)
FunctionEventInvokeConfig & WithMaximumEventAgeInSeconds(int value)
FunctionEventInvokeConfig & WithFunctionArn(Aws::String &&value)
FunctionEventInvokeConfig & WithMaximumRetryAttempts(int value)
bool MaximumEventAgeInSecondsHasBeenSet() const
FunctionEventInvokeConfig & WithDestinationConfig(const DestinationConfig &value)
void SetDestinationConfig(DestinationConfig &&value)
void SetFunctionArn(const char *value)
const Aws::String & GetFunctionArn() const
void SetRequestId(const Aws::String &value)
FunctionEventInvokeConfig & WithFunctionArn(const Aws::String &value)
int GetMaximumEventAgeInSeconds() const
bool MaximumRetryAttemptsHasBeenSet() const
int GetMaximumRetryAttempts() const
FunctionEventInvokeConfig & WithLastModified(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastModified() const
FunctionEventInvokeConfig & WithRequestId(const Aws::String &value)
FunctionEventInvokeConfig & WithFunctionArn(const char *value)
AWS_LAMBDA_API FunctionEventInvokeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMaximumEventAgeInSeconds(int value)
void SetLastModified(Aws::Utils::DateTime &&value)
FunctionEventInvokeConfig & WithLastModified(Aws::Utils::DateTime &&value)
bool FunctionArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue