7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/DialogState.h>
9#include <aws/lexv2-models/model/ResponseSpecification.h>
48 template<
typename NextStepT = DialogState>
49 void SetNextStep(NextStepT&& value) { m_nextStepHasBeenSet =
true; m_nextStep = std::forward<NextStepT>(value); }
50 template<
typename NextStepT = DialogState>
58 template<
typename ResponseT = ResponseSpecification>
59 void SetResponse(ResponseT&& value) { m_responseHasBeenSet =
true; m_response = std::forward<ResponseT>(value); }
60 template<
typename ResponseT = ResponseSpecification>
66 bool m_nextStepHasBeenSet =
false;
69 bool m_responseHasBeenSet =
false;
void SetResponse(ResponseT &&value)
const DialogState & GetNextStep() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API DefaultConditionalBranch & operator=(Aws::Utils::Json::JsonView jsonValue)
DefaultConditionalBranch & WithResponse(ResponseT &&value)
const ResponseSpecification & GetResponse() const
void SetNextStep(NextStepT &&value)
AWS_LEXMODELSV2_API DefaultConditionalBranch(Aws::Utils::Json::JsonView jsonValue)
bool NextStepHasBeenSet() const
DefaultConditionalBranch & WithNextStep(NextStepT &&value)
AWS_LEXMODELSV2_API DefaultConditionalBranch()=default
bool ResponseHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue