Skip to content

Commit df212fa

Browse files
committed
Add the ContentLengthHasBeenSet() method
1 parent a55cda1 commit df212fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

generated/src/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectResult.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**
22
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
* SPDX-License-Identifier: Apache-2.0.
44
*/
@@ -167,6 +167,7 @@ class HeadObjectResult {
167167
* <p>Size of the body in bytes.</p>
168168
*/
169169
inline long long GetContentLength() const { return m_contentLength; }
170+
inline bool ContentLengthHasBeenSet() const { return m_contentLengthHasBeenSet; }
170171
inline void SetContentLength(long long value) {
171172
m_contentLengthHasBeenSet = true;
172173
m_contentLength = value;

0 commit comments

Comments
 (0)