Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ namespace Model
* <p>Size of the body in bytes.</p>
*/
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;}
///@}
Expand Down
Loading