Home
last modified time | relevance | path

Searched refs:m_declinationResponseHasBeenSet (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/source/model/
H A DIntentConfirmationSetting.cpp23 m_declinationResponseHasBeenSet(false), in IntentConfirmationSetting()
31 m_declinationResponseHasBeenSet(false), in IntentConfirmationSetting()
51 m_declinationResponseHasBeenSet = true; in operator =()
74 if(m_declinationResponseHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/model/
H A DIntentConfirmationSetting.h121 inline bool DeclinationResponseHasBeenSet() const { return m_declinationResponseHasBeenSet; } in DeclinationResponseHasBeenSet()
128 …SetDeclinationResponse(const ResponseSpecification& value) { m_declinationResponseHasBeenSet = tru… in SetDeclinationResponse()
135 …void SetDeclinationResponse(ResponseSpecification&& value) { m_declinationResponseHasBeenSet = tru… in SetDeclinationResponse()
186 bool m_declinationResponseHasBeenSet; variable