7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/HandlerBehavior.h>
9#include <aws/appsync/model/Integration.h>
57 template<
typename IntegrationT = Integration>
58 void SetIntegration(IntegrationT&& value) { m_integrationHasBeenSet =
true; m_integration = std::forward<IntegrationT>(value); }
59 template<
typename IntegrationT = Integration>
65 bool m_behaviorHasBeenSet =
false;
67 Integration m_integration;
68 bool m_integrationHasBeenSet =
false;
AWS_APPSYNC_API HandlerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API HandlerConfig()=default
const Integration & GetIntegration() const
bool BehaviorHasBeenSet() const
HandlerBehavior GetBehavior() const
void SetBehavior(HandlerBehavior value)
AWS_APPSYNC_API HandlerConfig(Aws::Utils::Json::JsonView jsonValue)
HandlerConfig & WithBehavior(HandlerBehavior value)
HandlerConfig & WithIntegration(IntegrationT &&value)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
bool IntegrationHasBeenSet() const
void SetIntegration(IntegrationT &&value)
Aws::Utils::Json::JsonValue JsonValue