Home
last modified time | relevance | path

Searched refs:m_activeHasBeenSet (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/source/model/
H A DIntentClosingSetting.cpp24 m_activeHasBeenSet(false) in IntentClosingSetting()
31 m_activeHasBeenSet(false) in IntentClosingSetting()
49 m_activeHasBeenSet = true; in operator =()
65 if(m_activeHasBeenSet) in Jsonize()
H A DIntentConfirmationSetting.cpp25 m_activeHasBeenSet(false) in IntentConfirmationSetting()
33 m_activeHasBeenSet(false) in IntentConfirmationSetting()
58 m_activeHasBeenSet = true; in operator =()
80 if(m_activeHasBeenSet) in Jsonize()
H A DFulfillmentUpdatesSpecification.cpp23 m_activeHasBeenSet(false), in FulfillmentUpdatesSpecification()
33 m_activeHasBeenSet(false), in FulfillmentUpdatesSpecification()
48 m_activeHasBeenSet = true; in operator =()
79 if(m_activeHasBeenSet) in Jsonize()
H A DWaitAndContinueSpecification.cpp26 m_activeHasBeenSet(false) in WaitAndContinueSpecification()
35 m_activeHasBeenSet(false) in WaitAndContinueSpecification()
67 m_activeHasBeenSet = true; in operator =()
95 if(m_activeHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-servicecatalog/source/model/
H A DListTagOptionsFilters.cpp25 m_activeHasBeenSet(false) in ListTagOptionsFilters()
33 m_activeHasBeenSet(false) in ListTagOptionsFilters()
58 m_activeHasBeenSet = true; in operator =()
80 if(m_activeHasBeenSet) in Jsonize()
H A DTagOptionDetail.cpp25 m_activeHasBeenSet(false), in TagOptionDetail()
35 m_activeHasBeenSet(false), in TagOptionDetail()
62 m_activeHasBeenSet = true; in operator =()
98 if(m_activeHasBeenSet) in Jsonize()
H A DProvisioningArtifactDetail.cpp29 m_activeHasBeenSet(false), in ProvisioningArtifactDetail()
43 m_activeHasBeenSet(false), in ProvisioningArtifactDetail()
91 m_activeHasBeenSet = true; in operator =()
136 if(m_activeHasBeenSet) in Jsonize()
H A DUpdateTagOptionRequest.cpp19 m_activeHasBeenSet(false) in UpdateTagOptionRequest()
39 if(m_activeHasBeenSet) in SerializePayload()
H A DUpdateProvisioningArtifactRequest.cpp22 m_activeHasBeenSet(false), in UpdateProvisioningArtifactRequest()
62 if(m_activeHasBeenSet) in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DPriceSchedule.cpp25 m_activeHasBeenSet(false), in PriceSchedule()
37 m_activeHasBeenSet(false), in PriceSchedule()
58 m_activeHasBeenSet = true; in operator =()
85 if(m_activeHasBeenSet) in OutputToStream()
109 if(m_activeHasBeenSet) in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/source/model/
H A DUser.cpp30 m_activeHasBeenSet(false), in User()
48 m_activeHasBeenSet(false), in User()
99 m_activeHasBeenSet = true; in operator =()
172 if(m_activeHasBeenSet) 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 DIntentClosingSetting.h90 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
97 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
112 bool m_activeHasBeenSet; variable
H A DIntentConfirmationSetting.h164 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
171 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
189 bool m_activeHasBeenSet; variable
H A DFulfillmentUpdatesSpecification.h56 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
64 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
176 bool m_activeHasBeenSet; variable
H A DWaitAndContinueSpecification.h165 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
172 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
193 bool m_activeHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DPriceSchedule.h64 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
76 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
176 bool m_activeHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mturk-requester/include/aws/mturk-requester/model/
H A DUpdateNotificationSettingsRequest.h132 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
140 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
159 bool m_activeHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-servicecatalog/include/aws/servicecatalog/model/
H A DUpdateTagOptionRequest.h127 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
132 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
148 bool m_activeHasBeenSet; variable
H A DListTagOptionsFilters.h130 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
135 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
151 bool m_activeHasBeenSet; variable
H A DTagOptionDetail.h130 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
135 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
233 bool m_activeHasBeenSet; variable
H A DUpdateProvisioningArtifactRequest.h271 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
278 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
372 bool m_activeHasBeenSet; variable
H A DProvisioningArtifactDetail.h261 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
266 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
328 bool m_activeHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mturk-requester/source/model/
H A DUpdateNotificationSettingsRequest.cpp19 m_activeHasBeenSet(false) in UpdateNotificationSettingsRequest()
39 if(m_activeHasBeenSet) in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/source/model/
H A DDescribeScheduledActionsRequest.cpp20 m_activeHasBeenSet(false), in DescribeScheduledActionsRequest()
52 if(m_activeHasBeenSet) in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/include/aws/redshift/model/
H A DDescribeScheduledActionsRequest.h199 inline bool ActiveHasBeenSet() const { return m_activeHasBeenSet; } in ActiveHasBeenSet()
205 inline void SetActive(bool value) { m_activeHasBeenSet = true; m_active = value; } in SetActive()
391 bool m_activeHasBeenSet; variable

12