AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
AbortIncompleteMultipartUpload.h
Go to the documentation of this file.
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Xml
14{
15 class XmlNode;
16} // namespace Xml
17} // namespace Utils
18namespace S3
19{
20namespace Model
21{
22
34 {
35 public:
39
41
42
47 inline int GetDaysAfterInitiation() const{ return m_daysAfterInitiation; }
48
53 inline bool DaysAfterInitiationHasBeenSet() const { return m_daysAfterInitiationHasBeenSet; }
54
59 inline void SetDaysAfterInitiation(int value) { m_daysAfterInitiationHasBeenSet = true; m_daysAfterInitiation = value; }
60
66
67 private:
68
69 int m_daysAfterInitiation;
70 bool m_daysAfterInitiationHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace S3
75} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
AbortIncompleteMultipartUpload & WithDaysAfterInitiation(int value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API AbortIncompleteMultipartUpload & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API AbortIncompleteMultipartUpload(const Aws::Utils::Xml::XmlNode &xmlNode)