Home
last modified time | relevance | path

Searched refs:m_pathHasBeenSet (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediastore-data/include/aws/mediastore-data/model/
H A DDeleteObjectRequest.h45 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
51 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
57 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
63 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
86 bool m_pathHasBeenSet; variable
H A DDescribeObjectRequest.h45 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
51 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
57 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
63 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
86 bool m_pathHasBeenSet; variable
H A DGetObjectRequest.h81 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
104 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
127 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
150 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
297 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-accessanalyzer/include/aws/accessanalyzer/model/
H A DLocation.h51 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
56 …inline void SetPath(const Aws::Vector<PathElement>& value) { m_pathHasBeenSet = true; m_path = val… in SetPath()
61 …inline void SetPath(Aws::Vector<PathElement>&& value) { m_pathHasBeenSet = true; m_path = std::mov… in SetPath()
76 …inline Location& AddPath(const PathElement& value) { m_pathHasBeenSet = true; m_path.push_back(val… in AddPath()
81 …inline Location& AddPath(PathElement&& value) { m_pathHasBeenSet = true; m_path.push_back(std::mov… in AddPath()
117 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appmesh/include/aws/appmesh/model/
H A DFileAccessLog.h60 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()
82 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
93 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
131 bool m_pathHasBeenSet; variable
H A DVirtualGatewayFileAccessLog.h56 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()
74 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()
115 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotevents/include/aws/iotevents/model/
H A DAnalysisResultLocation.h51 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
57 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
63 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
69 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
92 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotevents/source/model/
H A DAnalysisResultLocation.cpp22 m_pathHasBeenSet(false) in AnalysisResultLocation()
27 m_pathHasBeenSet(false) in AnalysisResultLocation()
38 m_pathHasBeenSet = true; in operator =()
48 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appmesh/source/model/
H A DFileAccessLog.cpp22 m_pathHasBeenSet(false) in FileAccessLog()
27 m_pathHasBeenSet(false) in FileAccessLog()
38 m_pathHasBeenSet = true; in operator =()
48 if(m_pathHasBeenSet) in Jsonize()
H A DVirtualGatewayFileAccessLog.cpp22 m_pathHasBeenSet(false) in VirtualGatewayFileAccessLog()
27 m_pathHasBeenSet(false) in VirtualGatewayFileAccessLog()
38 m_pathHasBeenSet = true; in operator =()
48 if(m_pathHasBeenSet) in Jsonize()
H A DHttpGatewayRouteRewrite.cpp23 m_pathHasBeenSet(false), in HttpGatewayRouteRewrite()
30 m_pathHasBeenSet(false), in HttpGatewayRouteRewrite()
49 m_pathHasBeenSet = true; in operator =()
72 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/include/aws/lightsail/model/
H A DAttachedDisk.h49 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
54 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
59 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
64 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
105 bool m_pathHasBeenSet; variable
H A DCacheBehaviorPerPath.h90 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
111 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
132 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
153 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
276 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-personalize/source/model/
H A DS3DataConfig.cpp22 m_pathHasBeenSet(false), in S3DataConfig()
28 m_pathHasBeenSet(false), in S3DataConfig()
40 m_pathHasBeenSet = true; in operator =()
57 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-awstransfer/source/model/
H A DEfsFileLocation.cpp23 m_pathHasBeenSet(false) in EfsFileLocation()
29 m_pathHasBeenSet(false) in EfsFileLocation()
47 m_pathHasBeenSet = true; in operator =()
63 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-alexaforbusiness/source/model/
H A DBusinessReportS3Location.cpp22 m_pathHasBeenSet(false), in BusinessReportS3Location()
28 m_pathHasBeenSet(false), in BusinessReportS3Location()
40 m_pathHasBeenSet = true; in operator =()
57 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticfilesystem/source/model/
H A DRootDirectory.cpp22 m_pathHasBeenSet(false), in RootDirectory()
28 m_pathHasBeenSet(false), in RootDirectory()
40 m_pathHasBeenSet = true; in operator =()
57 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/source/model/
H A DAttachedDisk.cpp22 m_pathHasBeenSet(false), in AttachedDisk()
29 m_pathHasBeenSet(false), in AttachedDisk()
42 m_pathHasBeenSet = true; in operator =()
59 if(m_pathHasBeenSet) in Jsonize()
H A DCacheBehaviorPerPath.cpp22 m_pathHasBeenSet(false), in CacheBehaviorPerPath()
29 m_pathHasBeenSet(false), in CacheBehaviorPerPath()
42 m_pathHasBeenSet = true; in operator =()
59 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/model/
H A DRootDirectory.h60 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
68 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()
84 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
192 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 DDynamoDBTarget.h48 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
53 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
58 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
63 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
165 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/include/aws/iam/model/
H A DCreateGroupRequest.h65 inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } in PathHasBeenSet()
79 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath()
93 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath()
107 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath()
219 bool m_pathHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/source/model/
H A DBlobMetadata.cpp23 m_pathHasBeenSet(false), in BlobMetadata()
30 m_pathHasBeenSet(false), in BlobMetadata()
49 m_pathHasBeenSet = true; in operator =()
72 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-forecast/source/model/
H A DS3Config.cpp22 m_pathHasBeenSet(false), in S3Config()
29 m_pathHasBeenSet(false), in S3Config()
42 m_pathHasBeenSet = true; in operator =()
66 if(m_pathHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/source/model/
H A DMongoDBTarget.cpp23 m_pathHasBeenSet(false), in MongoDBTarget()
31 m_pathHasBeenSet(false), in MongoDBTarget()
51 m_pathHasBeenSet = true; in operator =()
74 if(m_pathHasBeenSet) in Jsonize()

1234567