From fc6227d1b81a01731f47dcb01d551f385545a0f1 Mon Sep 17 00:00:00 2001 From: Yarik Briukhovetskyi <114298166+yariks5s@users.noreply.github.com> Date: Wed, 18 Mar 2026 19:14:11 +0100 Subject: [PATCH] Add the `ContentLengthHasBeenSet()` method --- .../src/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectResult.h | 1 + 1 file changed, 1 insertion(+) diff --git a/generated/src/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectResult.h b/generated/src/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectResult.h index 213beb10aa59..f6dca8e589eb 100644 --- a/generated/src/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectResult.h +++ b/generated/src/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectResult.h @@ -136,6 +136,7 @@ namespace Model *
Size of the body in bytes.
*/ inline long long GetContentLength() const { return m_contentLength; } + inline bool ContentLengthHasBeenSet() const { return m_contentLengthHasBeenSet; } inline void SetContentLength(long long value) { m_contentLengthHasBeenSet = true; m_contentLength = value; } inline HeadObjectResult& WithContentLength(long long value) { SetContentLength(value); return *this;} ///@}