Home
last modified time | relevance | path

Searched refs:m_callAsHasBeenSet (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/include/aws/cloudformation/model/
H A DDeleteStackSetRequest.h119 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
135 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
151 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
191 bool m_callAsHasBeenSet; variable
H A DDescribeStackSetRequest.h111 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
127 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
143 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
183 bool m_callAsHasBeenSet; variable
H A DListStackSetsRequest.h222 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
238 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
254 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
300 bool m_callAsHasBeenSet; variable
H A DStopStackSetOperationRequest.h160 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
176 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
192 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
235 bool m_callAsHasBeenSet; variable
H A DDescribeStackSetOperationRequest.h152 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
168 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
184 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
227 bool m_callAsHasBeenSet; variable
H A DListStackSetOperationsRequest.h233 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
249 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
265 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
311 bool m_callAsHasBeenSet; variable
H A DDetectStackSetDriftRequest.h181 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
197 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
213 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
259 bool m_callAsHasBeenSet; variable
H A DDescribeStackInstanceRequest.h209 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
225 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
241 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
287 bool m_callAsHasBeenSet; variable
H A DListStackSetOperationResultsRequest.h274 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
290 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
306 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
355 bool m_callAsHasBeenSet; variable
H A DImportStacksToStackSetRequest.h221 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
229 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
237 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
270 bool m_callAsHasBeenSet; variable
H A DGetTemplateSummaryRequest.h406 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
422 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
438 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
487 bool m_callAsHasBeenSet; variable
H A DListStackInstancesRequest.h366 inline bool CallAsHasBeenSet() const { return m_callAsHasBeenSet; } in CallAsHasBeenSet()
382 inline void SetCallAs(const CallAs& value) { m_callAsHasBeenSet = true; m_callAs = value; } in SetCallAs()
398 … inline void SetCallAs(CallAs&& value) { m_callAsHasBeenSet = true; m_callAs = std::move(value); } in SetCallAs()
453 bool m_callAsHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/source/model/
H A DDescribeStackSetRequest.cpp16 m_callAsHasBeenSet(false) in DescribeStackSetRequest()
29 if(m_callAsHasBeenSet) in SerializePayload()
H A DDeleteStackSetRequest.cpp16 m_callAsHasBeenSet(false) in DeleteStackSetRequest()
29 if(m_callAsHasBeenSet) in SerializePayload()
H A DDescribeStackSetOperationRequest.cpp17 m_callAsHasBeenSet(false) in DescribeStackSetOperationRequest()
35 if(m_callAsHasBeenSet) in SerializePayload()
H A DStopStackSetOperationRequest.cpp17 m_callAsHasBeenSet(false) in StopStackSetOperationRequest()
35 if(m_callAsHasBeenSet) in SerializePayload()
H A DListStackSetOperationsRequest.cpp19 m_callAsHasBeenSet(false) in ListStackSetOperationsRequest()
42 if(m_callAsHasBeenSet) in SerializePayload()
H A DDescribeStackInstanceRequest.cpp18 m_callAsHasBeenSet(false) in DescribeStackInstanceRequest()
41 if(m_callAsHasBeenSet) in SerializePayload()
H A DListStackSetsRequest.cpp20 m_callAsHasBeenSet(false) in ListStackSetsRequest()
43 if(m_callAsHasBeenSet) in SerializePayload()
H A DListStackSetOperationResultsRequest.cpp20 m_callAsHasBeenSet(false) in ListStackSetOperationResultsRequest()
48 if(m_callAsHasBeenSet) in SerializePayload()
H A DDetectStackSetDriftRequest.cpp19 m_callAsHasBeenSet(false) in DetectStackSetDriftRequest()
42 if(m_callAsHasBeenSet) in SerializePayload()
H A DGetTemplateSummaryRequest.cpp19 m_callAsHasBeenSet(false) in GetTemplateSummaryRequest()
47 if(m_callAsHasBeenSet) in SerializePayload()
H A DImportStacksToStackSetRequest.cpp20 m_callAsHasBeenSet(false) in ImportStacksToStackSetRequest()
54 if(m_callAsHasBeenSet) in SerializePayload()
H A DListStackInstancesRequest.cpp22 m_callAsHasBeenSet(false) in ListStackInstancesRequest()
65 if(m_callAsHasBeenSet) in SerializePayload()
H A DCreateStackInstancesRequest.cpp23 m_callAsHasBeenSet(false) in CreateStackInstancesRequest()
83 if(m_callAsHasBeenSet) in SerializePayload()

12