7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/ConflictHandlerType.h>
9#include <aws/appsync/model/ConflictDetectionType.h>
10#include <aws/appsync/model/LambdaConflictHandlerConfig.h>
80 template<
typename LambdaConflictHandlerConfigT = LambdaConflictHandlerConfig>
81 void SetLambdaConflictHandlerConfig(LambdaConflictHandlerConfigT&& value) { m_lambdaConflictHandlerConfigHasBeenSet =
true; m_lambdaConflictHandlerConfig = std::forward<LambdaConflictHandlerConfigT>(value); }
82 template<
typename LambdaConflictHandlerConfigT = LambdaConflictHandlerConfig>
88 bool m_conflictHandlerHasBeenSet =
false;
91 bool m_conflictDetectionHasBeenSet =
false;
93 LambdaConflictHandlerConfig m_lambdaConflictHandlerConfig;
94 bool m_lambdaConflictHandlerConfigHasBeenSet =
false;
AWS_APPSYNC_API SyncConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictDetectionType GetConflictDetection() const
void SetConflictDetection(ConflictDetectionType value)
void SetConflictHandler(ConflictHandlerType value)
bool ConflictDetectionHasBeenSet() const
ConflictHandlerType GetConflictHandler() const
SyncConfig & WithConflictHandler(ConflictHandlerType value)
SyncConfig & WithConflictDetection(ConflictDetectionType value)
bool ConflictHandlerHasBeenSet() const
bool LambdaConflictHandlerConfigHasBeenSet() const
SyncConfig & WithLambdaConflictHandlerConfig(LambdaConflictHandlerConfigT &&value)
AWS_APPSYNC_API SyncConfig(Aws::Utils::Json::JsonView jsonValue)
const LambdaConflictHandlerConfig & GetLambdaConflictHandlerConfig() const
AWS_APPSYNC_API SyncConfig()=default
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLambdaConflictHandlerConfig(LambdaConflictHandlerConfigT &&value)
Aws::Utils::Json::JsonValue JsonValue