Skip to content

Commit fc6227d

Browse files
authored
Add the ContentLengthHasBeenSet() method
1 parent c7c64f3 commit fc6227d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ namespace Model
136136
* <p>Size of the body in bytes.</p>
137137
*/
138138
inline long long GetContentLength() const { return m_contentLength; }
139+
inline bool ContentLengthHasBeenSet() const { return m_contentLengthHasBeenSet; }
139140
inline void SetContentLength(long long value) { m_contentLengthHasBeenSet = true; m_contentLength = value; }
140141
inline HeadObjectResult& WithContentLength(long long value) { SetContentLength(value); return *this;}
141142
///@}

0 commit comments

Comments
 (0)