7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetLambdaConflictHandlerArn(
const char* value) { m_lambdaConflictHandlerArnHasBeenSet =
true; m_lambdaConflictHandlerArn.assign(value); }
58 bool m_lambdaConflictHandlerArnHasBeenSet =
false;
LambdaConflictHandlerConfig & WithLambdaConflictHandlerArn(const Aws::String &value)
void SetLambdaConflictHandlerArn(Aws::String &&value)
LambdaConflictHandlerConfig & WithLambdaConflictHandlerArn(Aws::String &&value)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLambdaConflictHandlerArn() const
AWS_APPSYNC_API LambdaConflictHandlerConfig(Aws::Utils::Json::JsonView jsonValue)
LambdaConflictHandlerConfig & WithLambdaConflictHandlerArn(const char *value)
AWS_APPSYNC_API LambdaConflictHandlerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLambdaConflictHandlerArn(const char *value)
void SetLambdaConflictHandlerArn(const Aws::String &value)
bool LambdaConflictHandlerArnHasBeenSet() const
AWS_APPSYNC_API LambdaConflictHandlerConfig()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue