7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/ConflictDetectionType.h>
9#include <aws/appsync/model/ConflictHandlerType.h>
10#include <aws/appsync/model/LambdaConflictHandlerConfig.h>
51 m_conflictHandlerHasBeenSet =
true;
52 m_conflictHandler = value;
70 m_conflictDetectionHasBeenSet =
true;
71 m_conflictDetection = value;
86 template <
typename LambdaConflictHandlerConfigT = LambdaConflictHandlerConfig>
88 m_lambdaConflictHandlerConfigHasBeenSet =
true;
89 m_lambdaConflictHandlerConfig = std::forward<LambdaConflictHandlerConfigT>(value);
91 template <
typename LambdaConflictHandlerConfigT = LambdaConflictHandlerConfig>
102 LambdaConflictHandlerConfig m_lambdaConflictHandlerConfig;
103 bool m_conflictHandlerHasBeenSet =
false;
104 bool m_conflictDetectionHasBeenSet =
false;
105 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