7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/HandlerBehavior.h>
9#include <aws/appsync/model/Integration.h>
42 m_behaviorHasBeenSet =
true;
57 template <
typename IntegrationT = Integration>
59 m_integrationHasBeenSet =
true;
60 m_integration = std::forward<IntegrationT>(value);
62 template <
typename IntegrationT = Integration>
71 Integration m_integration;
72 bool m_behaviorHasBeenSet =
false;
73 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