AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
RequestProgress.h
Go to the documentation of this file.
1
6#pragma once
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Xml
14{
15 class XmlNode;
16} // namespace Xml
17} // namespace Utils
18namespace S3Crt
19{
20namespace Model
21{
22
30 {
31 public:
35
37
38
43 inline bool GetEnabled() const{ return m_enabled; }
44
49 inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; }
50
55 inline void SetEnabled(bool value) { m_enabledHasBeenSet = true; m_enabled = value; }
56
61 inline RequestProgress& WithEnabled(bool value) { SetEnabled(value); return *this;}
62
63 private:
64
65 bool m_enabled;
66 bool m_enabledHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace S3Crt
71} // namespace Aws
#define AWS_S3CRT_API
Definition: S3Crt_EXPORTS.h:28
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CRT_API RequestProgress(const Aws::Utils::Xml::XmlNode &xmlNode)
RequestProgress & WithEnabled(bool value)
AWS_S3CRT_API RequestProgress & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)