AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InventoryRetrievalJobDescription.h
1
6#pragma once
7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Glacier
22{
23namespace Model
24{
25
33 {
34 public:
38 AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline const Aws::String& GetFormat() const{ return m_format; }
48 inline bool FormatHasBeenSet() const { return m_formatHasBeenSet; }
49 inline void SetFormat(const Aws::String& value) { m_formatHasBeenSet = true; m_format = value; }
50 inline void SetFormat(Aws::String&& value) { m_formatHasBeenSet = true; m_format = std::move(value); }
51 inline void SetFormat(const char* value) { m_formatHasBeenSet = true; m_format.assign(value); }
52 inline InventoryRetrievalJobDescription& WithFormat(const Aws::String& value) { SetFormat(value); return *this;}
53 inline InventoryRetrievalJobDescription& WithFormat(Aws::String&& value) { SetFormat(std::move(value)); return *this;}
54 inline InventoryRetrievalJobDescription& WithFormat(const char* value) { SetFormat(value); return *this;}
56
58
64 inline const Aws::String& GetStartDate() const{ return m_startDate; }
65 inline bool StartDateHasBeenSet() const { return m_startDateHasBeenSet; }
66 inline void SetStartDate(const Aws::String& value) { m_startDateHasBeenSet = true; m_startDate = value; }
67 inline void SetStartDate(Aws::String&& value) { m_startDateHasBeenSet = true; m_startDate = std::move(value); }
68 inline void SetStartDate(const char* value) { m_startDateHasBeenSet = true; m_startDate.assign(value); }
69 inline InventoryRetrievalJobDescription& WithStartDate(const Aws::String& value) { SetStartDate(value); return *this;}
70 inline InventoryRetrievalJobDescription& WithStartDate(Aws::String&& value) { SetStartDate(std::move(value)); return *this;}
71 inline InventoryRetrievalJobDescription& WithStartDate(const char* value) { SetStartDate(value); return *this;}
73
75
80 inline const Aws::String& GetEndDate() const{ return m_endDate; }
81 inline bool EndDateHasBeenSet() const { return m_endDateHasBeenSet; }
82 inline void SetEndDate(const Aws::String& value) { m_endDateHasBeenSet = true; m_endDate = value; }
83 inline void SetEndDate(Aws::String&& value) { m_endDateHasBeenSet = true; m_endDate = std::move(value); }
84 inline void SetEndDate(const char* value) { m_endDateHasBeenSet = true; m_endDate.assign(value); }
85 inline InventoryRetrievalJobDescription& WithEndDate(const Aws::String& value) { SetEndDate(value); return *this;}
86 inline InventoryRetrievalJobDescription& WithEndDate(Aws::String&& value) { SetEndDate(std::move(value)); return *this;}
87 inline InventoryRetrievalJobDescription& WithEndDate(const char* value) { SetEndDate(value); return *this;}
89
91
96 inline const Aws::String& GetLimit() const{ return m_limit; }
97 inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; }
98 inline void SetLimit(const Aws::String& value) { m_limitHasBeenSet = true; m_limit = value; }
99 inline void SetLimit(Aws::String&& value) { m_limitHasBeenSet = true; m_limit = std::move(value); }
100 inline void SetLimit(const char* value) { m_limitHasBeenSet = true; m_limit.assign(value); }
101 inline InventoryRetrievalJobDescription& WithLimit(const Aws::String& value) { SetLimit(value); return *this;}
102 inline InventoryRetrievalJobDescription& WithLimit(Aws::String&& value) { SetLimit(std::move(value)); return *this;}
103 inline InventoryRetrievalJobDescription& WithLimit(const char* value) { SetLimit(value); return *this;}
105
107
115 inline const Aws::String& GetMarker() const{ return m_marker; }
116 inline bool MarkerHasBeenSet() const { return m_markerHasBeenSet; }
117 inline void SetMarker(const Aws::String& value) { m_markerHasBeenSet = true; m_marker = value; }
118 inline void SetMarker(Aws::String&& value) { m_markerHasBeenSet = true; m_marker = std::move(value); }
119 inline void SetMarker(const char* value) { m_markerHasBeenSet = true; m_marker.assign(value); }
120 inline InventoryRetrievalJobDescription& WithMarker(const Aws::String& value) { SetMarker(value); return *this;}
121 inline InventoryRetrievalJobDescription& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;}
122 inline InventoryRetrievalJobDescription& WithMarker(const char* value) { SetMarker(value); return *this;}
124 private:
125
126 Aws::String m_format;
127 bool m_formatHasBeenSet = false;
128
129 Aws::String m_startDate;
130 bool m_startDateHasBeenSet = false;
131
132 Aws::String m_endDate;
133 bool m_endDateHasBeenSet = false;
134
135 Aws::String m_limit;
136 bool m_limitHasBeenSet = false;
137
138 Aws::String m_marker;
139 bool m_markerHasBeenSet = false;
140 };
141
142} // namespace Model
143} // namespace Glacier
144} // namespace Aws
InventoryRetrievalJobDescription & WithEndDate(const char *value)
AWS_GLACIER_API InventoryRetrievalJobDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
InventoryRetrievalJobDescription & WithEndDate(const Aws::String &value)
InventoryRetrievalJobDescription & WithMarker(const Aws::String &value)
InventoryRetrievalJobDescription & WithLimit(Aws::String &&value)
AWS_GLACIER_API InventoryRetrievalJobDescription(Aws::Utils::Json::JsonView jsonValue)
InventoryRetrievalJobDescription & WithMarker(const char *value)
InventoryRetrievalJobDescription & WithLimit(const char *value)
InventoryRetrievalJobDescription & WithFormat(const char *value)
InventoryRetrievalJobDescription & WithFormat(const Aws::String &value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
InventoryRetrievalJobDescription & WithLimit(const Aws::String &value)
InventoryRetrievalJobDescription & WithStartDate(const Aws::String &value)
InventoryRetrievalJobDescription & WithEndDate(Aws::String &&value)
InventoryRetrievalJobDescription & WithStartDate(const char *value)
InventoryRetrievalJobDescription & WithStartDate(Aws::String &&value)
InventoryRetrievalJobDescription & WithMarker(Aws::String &&value)
InventoryRetrievalJobDescription & WithFormat(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue