Home
last modified time | relevance | path

Searched refs:m_pathHasBeenSet (Results 101 – 125 of 156) sorted by relevance

1234567

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/include/aws/iam/model/
H A DGroup.h58 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
65 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
72 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
79 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
313 bool m_pathHasBeenSet; variable
H A DServerCertificateMetadata.h58 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
65 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
72 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
79 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
338 bool m_pathHasBeenSet; variable
H A DCreateRoleRequest.h67 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
81 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
95 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
109 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
614 bool m_pathHasBeenSet; variable
H A DUploadServerCertificateRequest.h75 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
93 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
111 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
129 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
681 bool m_pathHasBeenSet; variable
H A DGroupDetail.h60 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
67 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
74 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
81 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
357 bool m_pathHasBeenSet; variable
H A DInstanceProfile.h62 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
69 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
76 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
83 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
417 bool m_pathHasBeenSet; variable
H A DUser.h63 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
71 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
79 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
87 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
547 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/source/model/
H A DInstanceProfile.cpp24 m_pathHasBeenSet(false), in InstanceProfile()
35 m_pathHasBeenSet(false), in InstanceProfile()
56 m_pathHasBeenSet = true; in operator =()
113 if(m_pathHasBeenSet) in OutputToStream()
164 if(m_pathHasBeenSet) in OutputToStream()
H A DUser.cpp24 m_pathHasBeenSet(false), in User()
36 m_pathHasBeenSet(false), in User()
58 m_pathHasBeenSet = true; in operator =()
115 if(m_pathHasBeenSet) in OutputToStream()
167 if(m_pathHasBeenSet) in OutputToStream()
H A DRole.cpp24 m_pathHasBeenSet(false), in Role()
40 m_pathHasBeenSet(false), in Role()
66 m_pathHasBeenSet = true; in operator =()
141 if(m_pathHasBeenSet) in OutputToStream()
210 if(m_pathHasBeenSet) in OutputToStream()
H A DUserDetail.cpp24 m_pathHasBeenSet(false), in UserDetail()
38 m_pathHasBeenSet(false), in UserDetail()
62 m_pathHasBeenSet = true; in operator =()
149 if(m_pathHasBeenSet) in OutputToStream()
227 if(m_pathHasBeenSet) in OutputToStream()
H A DCreateGroupRequest.cpp14 m_pathHasBeenSet(false), in CreateGroupRequest()
23 if(m_pathHasBeenSet) in SerializePayload()
H A DManagedPolicyDetail.cpp27 m_pathHasBeenSet(false), in ManagedPolicyDetail()
46 m_pathHasBeenSet(false), in ManagedPolicyDetail()
90 m_pathHasBeenSet = true; in operator =()
168 if(m_pathHasBeenSet) in OutputToStream()
235 if(m_pathHasBeenSet) in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-macie2/source/model/
H A DS3Object.cpp27 m_pathHasBeenSet(false), in S3Object()
46 m_pathHasBeenSet(false), in S3Object()
101 m_pathHasBeenSet = true; in operator =()
185 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsIamInstanceProfileRole.h204 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
209 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
214 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
219 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
330 bool m_pathHasBeenSet; variable
H A DAwsIamGroupDetails.h288 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
293 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
298 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
303 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
338 bool m_pathHasBeenSet; variable
H A DAwsIamInstanceProfile.h246 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
251 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
256 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
261 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
334 bool m_pathHasBeenSet; variable
H A DAwsCodeBuildProjectArtifactsDetails.h356 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
363 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
370 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
377 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
465 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticloadbalancingv2/include/aws/elasticloadbalancingv2/model/
H A DRedirectActionConfig.h209 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
215 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
221 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
227 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
353 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/
H A DGetDocumentationPartsRequest.h168 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
173 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
178 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
183 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
327 bool m_pathHasBeenSet; variable
H A DResource.h175 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
180 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
185 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
190 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
1132 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/model/
H A DS3Target.h50 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
55 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
60 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
65 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
334 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/source/model/
H A DAwsIamRoleDetails.cpp32 m_pathHasBeenSet(false) in AwsIamRoleDetails()
47 m_pathHasBeenSet(false) in AwsIamRoleDetails()
130 m_pathHasBeenSet = true; in operator =()
209 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/source/model/
H A DDisk.cpp37 m_pathHasBeenSet(false), in Disk()
62 m_pathHasBeenSet(false), in Disk()
161 m_pathHasBeenSet = true; in operator =()
266 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codebuild/include/aws/codebuild/model/
H A DProjectArtifacts.h233 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
250 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
267 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
284 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
881 bool m_pathHasBeenSet; variable

1234567