Home
last modified time | relevance | path

Searched refs:m_sSECustomerAlgorithm (Results 26 – 50 of 64) 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 DGetObjectResult.h766 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; } in GetSSECustomerAlgorithm()
773 … inline void SetSSECustomerAlgorithm(const Aws::String& value) { m_sSECustomerAlgorithm = value; } in SetSSECustomerAlgorithm()
780 …inline void SetSSECustomerAlgorithm(Aws::String&& value) { m_sSECustomerAlgorithm = std::move(valu… in SetSSECustomerAlgorithm()
787 inline void SetSSECustomerAlgorithm(const char* value) { m_sSECustomerAlgorithm.assign(value); } in SetSSECustomerAlgorithm()
1208 Aws::String m_sSECustomerAlgorithm; variable
H A DCreateMultipartUploadRequest.h977 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; } in GetSSECustomerAlgorithm()
989 …st Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; } in SetSSECustomerAlgorithm()
995 …(Aws::String&& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = std::mov… in SetSSECustomerAlgorithm()
1001 …hm(const char* value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm.assign(val… in SetSSECustomerAlgorithm()
1659 Aws::String m_sSECustomerAlgorithm; variable
H A DPutObjectRequest.h1215 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; } in GetSSECustomerAlgorithm()
1227 …st Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; } in SetSSECustomerAlgorithm()
1233 …(Aws::String&& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = std::mov… in SetSSECustomerAlgorithm()
1239 …hm(const char* value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm.assign(val… in SetSSECustomerAlgorithm()
1927 Aws::String m_sSECustomerAlgorithm; variable
H A DWriteGetObjectResponseRequest.h1218 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; } in GetSSECustomerAlgorithm()
1230 …st Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; } in SetSSECustomerAlgorithm()
1236 …(Aws::String&& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = std::mov… in SetSSECustomerAlgorithm()
1242 …hm(const char* value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm.assign(val… in SetSSECustomerAlgorithm()
1634 Aws::String m_sSECustomerAlgorithm; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DUploadPartResult.cpp59 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DUploadPartCopyResult.cpp60 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DCopyObjectResult.cpp72 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DPutObjectResult.cpp71 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DUploadPartRequest.cpp96 ss << m_sSECustomerAlgorithm; in GetRequestSpecificHeaders()
H A DCreateMultipartUploadResult.cpp80 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DSelectObjectContentRequest.cpp113 ss << m_sSECustomerAlgorithm; in GetRequestSpecificHeaders()
H A DHeadObjectRequest.cpp118 ss << m_sSECustomerAlgorithm; in GetRequestSpecificHeaders()
H A DUploadPartCopyRequest.cpp130 ss << m_sSECustomerAlgorithm; in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DUploadPartResult.cpp59 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DUploadPartCopyResult.cpp60 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DPutObjectResult.cpp71 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DCopyObjectResult.cpp72 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DUploadPartRequest.cpp96 ss << m_sSECustomerAlgorithm; in GetRequestSpecificHeaders()
H A DCreateMultipartUploadResult.cpp80 m_sSECustomerAlgorithm = sSECustomerAlgorithmIter->second; in operator =()
H A DHeadObjectRequest.cpp118 ss << m_sSECustomerAlgorithm; in GetRequestSpecificHeaders()
H A DSelectObjectContentRequest.cpp113 ss << m_sSECustomerAlgorithm; in GetRequestSpecificHeaders()
H A DUploadPartCopyRequest.cpp130 ss << m_sSECustomerAlgorithm; in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DCreateMultipartUploadRequest.h977 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; } in GetSSECustomerAlgorithm()
989 …st Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; } in SetSSECustomerAlgorithm()
995 …(Aws::String&& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = std::mov… in SetSSECustomerAlgorithm()
1001 …hm(const char* value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm.assign(val… in SetSSECustomerAlgorithm()
1659 Aws::String m_sSECustomerAlgorithm; variable
H A DPutObjectRequest.h1215 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; } in GetSSECustomerAlgorithm()
1227 …st Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; } in SetSSECustomerAlgorithm()
1233 …(Aws::String&& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = std::mov… in SetSSECustomerAlgorithm()
1239 …hm(const char* value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm.assign(val… in SetSSECustomerAlgorithm()
1927 Aws::String m_sSECustomerAlgorithm; variable
H A DWriteGetObjectResponseRequest.h1218 inline const Aws::String& GetSSECustomerAlgorithm() const{ return m_sSECustomerAlgorithm; } in GetSSECustomerAlgorithm()
1230 …st Aws::String& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = value; } in SetSSECustomerAlgorithm()
1236 …(Aws::String&& value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm = std::mov… in SetSSECustomerAlgorithm()
1242 …hm(const char* value) { m_sSECustomerAlgorithmHasBeenSet = true; m_sSECustomerAlgorithm.assign(val… in SetSSECustomerAlgorithm()
1634 Aws::String m_sSECustomerAlgorithm; variable

123