Home
last modified time | relevance | path

Searched refs:m_bucketKeyEnabled (Results 26 – 50 of 54) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DPutObjectResult.h425 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
431 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
473 bool m_bucketKeyEnabled; variable
H A DCompleteMultipartUploadResult.h516 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
522 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
564 bool m_bucketKeyEnabled; variable
H A DCopyObjectResult.h388 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
394 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
462 bool m_bucketKeyEnabled; variable
H A DCreateMultipartUploadResult.h621 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
627 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
673 bool m_bucketKeyEnabled; variable
H A DHeadObjectResult.h977 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
983 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
1414 bool m_bucketKeyEnabled; variable
H A DGetObjectResult.h915 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
921 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
1214 bool m_bucketKeyEnabled; variable
H A DCreateMultipartUploadRequest.h1313 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
1331 …etBucketKeyEnabled(bool value) { m_bucketKeyEnabledHasBeenSet = true; m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
1674 bool m_bucketKeyEnabled; variable
H A DPutObjectRequest.h1559 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
1577 …etBucketKeyEnabled(bool value) { m_bucketKeyEnabledHasBeenSet = true; m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
1942 bool m_bucketKeyEnabled; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DCompleteMultipartUploadResult.h516 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
522 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
564 bool m_bucketKeyEnabled; variable
H A DPutObjectResult.h425 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
431 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
473 bool m_bucketKeyEnabled; variable
H A DCopyObjectResult.h388 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
394 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
462 bool m_bucketKeyEnabled; variable
H A DCreateMultipartUploadResult.h621 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
627 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
673 bool m_bucketKeyEnabled; variable
H A DHeadObjectResult.h977 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
983 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
1414 bool m_bucketKeyEnabled; variable
H A DGetObjectResult.h915 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
921 inline void SetBucketKeyEnabled(bool value) { m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
1214 bool m_bucketKeyEnabled; variable
H A DCreateMultipartUploadRequest.h1313 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
1331 …etBucketKeyEnabled(bool value) { m_bucketKeyEnabledHasBeenSet = true; m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
1674 bool m_bucketKeyEnabled; variable
H A DPutObjectRequest.h1559 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
1577 …etBucketKeyEnabled(bool value) { m_bucketKeyEnabledHasBeenSet = true; m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
1942 bool m_bucketKeyEnabled; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DPutObjectRequest.cpp48 m_bucketKeyEnabled(false), in PutObjectRequest()
234 ss << std::boolalpha << m_bucketKeyEnabled; in GetRequestSpecificHeaders()
H A DCreateMultipartUploadRequest.cpp45 m_bucketKeyEnabled(false), in CreateMultipartUploadRequest()
228 ss << std::boolalpha << m_bucketKeyEnabled; in GetRequestSpecificHeaders()
H A DWriteGetObjectResponseRequest.cpp66 m_bucketKeyEnabled(false), in WriteGetObjectResponseRequest()
317 ss << std::boolalpha << m_bucketKeyEnabled; in GetRequestSpecificHeaders()
H A DCopyObjectRequest.cpp54 m_bucketKeyEnabled(false), in CopyObjectRequest()
282 ss << std::boolalpha << m_bucketKeyEnabled; in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DCreateMultipartUploadRequest.cpp45 m_bucketKeyEnabled(false), in CreateMultipartUploadRequest()
228 ss << std::boolalpha << m_bucketKeyEnabled; in GetRequestSpecificHeaders()
H A DPutObjectRequest.cpp48 m_bucketKeyEnabled(false), in PutObjectRequest()
234 ss << std::boolalpha << m_bucketKeyEnabled; in GetRequestSpecificHeaders()
H A DWriteGetObjectResponseRequest.cpp66 m_bucketKeyEnabled(false), in WriteGetObjectResponseRequest()
317 ss << std::boolalpha << m_bucketKeyEnabled; in GetRequestSpecificHeaders()
H A DCopyObjectRequest.cpp54 m_bucketKeyEnabled(false), in CopyObjectRequest()
282 ss << std::boolalpha << m_bucketKeyEnabled; in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/include/aws/s3control/model/
H A DS3CopyObjectOperation.h674 inline bool GetBucketKeyEnabled() const{ return m_bucketKeyEnabled; } in GetBucketKeyEnabled()
694 …etBucketKeyEnabled(bool value) { m_bucketKeyEnabledHasBeenSet = true; m_bucketKeyEnabled = value; } in SetBucketKeyEnabled()
756 bool m_bucketKeyEnabled; variable

123