We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ContentLengthHasBeenSet()
1 parent a55cda1 commit df212faCopy full SHA for df212fa
1 file changed
generated/src/aws-cpp-sdk-s3/include/aws/s3/model/HeadObjectResult.h
@@ -1,4 +1,4 @@
1
-/**
+/**
2
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
* SPDX-License-Identifier: Apache-2.0.
4
*/
@@ -167,6 +167,7 @@ class HeadObjectResult {
167
* <p>Size of the body in bytes.</p>
168
169
inline long long GetContentLength() const { return m_contentLength; }
170
+ inline bool ContentLengthHasBeenSet() const { return m_contentLengthHasBeenSet; }
171
inline void SetContentLength(long long value) {
172
m_contentLengthHasBeenSet = true;
173
m_contentLength = value;
0 commit comments