AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ReplicationTimeValue.h
1
6#pragma once
7#include <aws/s3control/S3Control_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Xml
14{
15 class XmlNode;
16} // namespace Xml
17} // namespace Utils
18namespace S3Control
19{
20namespace Model
21{
22
32 {
33 public:
34 AWS_S3CONTROL_API ReplicationTimeValue();
35 AWS_S3CONTROL_API ReplicationTimeValue(const Aws::Utils::Xml::XmlNode& xmlNode);
36 AWS_S3CONTROL_API ReplicationTimeValue& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
37
38 AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
39
40
42
46 inline int GetMinutes() const{ return m_minutes; }
47 inline bool MinutesHasBeenSet() const { return m_minutesHasBeenSet; }
48 inline void SetMinutes(int value) { m_minutesHasBeenSet = true; m_minutes = value; }
49 inline ReplicationTimeValue& WithMinutes(int value) { SetMinutes(value); return *this;}
51 private:
52
53 int m_minutes;
54 bool m_minutesHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace S3Control
59} // namespace Aws
AWS_S3CONTROL_API ReplicationTimeValue & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API ReplicationTimeValue(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
ReplicationTimeValue & WithMinutes(int value)