AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InventoryRetrievalJobInput.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:
35 AWS_GLACIER_API InventoryRetrievalJobInput();
38 AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline const Aws::String& GetStartDate() const{ return m_startDate; }
48 inline bool StartDateHasBeenSet() const { return m_startDateHasBeenSet; }
49 inline void SetStartDate(const Aws::String& value) { m_startDateHasBeenSet = true; m_startDate = value; }
50 inline void SetStartDate(Aws::String&& value) { m_startDateHasBeenSet = true; m_startDate = std::move(value); }
51 inline void SetStartDate(const char* value) { m_startDateHasBeenSet = true; m_startDate.assign(value); }
52 inline InventoryRetrievalJobInput& WithStartDate(const Aws::String& value) { SetStartDate(value); return *this;}
53 inline InventoryRetrievalJobInput& WithStartDate(Aws::String&& value) { SetStartDate(std::move(value)); return *this;}
54 inline InventoryRetrievalJobInput& WithStartDate(const char* value) { SetStartDate(value); return *this;}
56
58
63 inline const Aws::String& GetEndDate() const{ return m_endDate; }
64 inline bool EndDateHasBeenSet() const { return m_endDateHasBeenSet; }
65 inline void SetEndDate(const Aws::String& value) { m_endDateHasBeenSet = true; m_endDate = value; }
66 inline void SetEndDate(Aws::String&& value) { m_endDateHasBeenSet = true; m_endDate = std::move(value); }
67 inline void SetEndDate(const char* value) { m_endDateHasBeenSet = true; m_endDate.assign(value); }
68 inline InventoryRetrievalJobInput& WithEndDate(const Aws::String& value) { SetEndDate(value); return *this;}
69 inline InventoryRetrievalJobInput& WithEndDate(Aws::String&& value) { SetEndDate(std::move(value)); return *this;}
70 inline InventoryRetrievalJobInput& WithEndDate(const char* value) { SetEndDate(value); return *this;}
72
74
78 inline const Aws::String& GetLimit() const{ return m_limit; }
79 inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; }
80 inline void SetLimit(const Aws::String& value) { m_limitHasBeenSet = true; m_limit = value; }
81 inline void SetLimit(Aws::String&& value) { m_limitHasBeenSet = true; m_limit = std::move(value); }
82 inline void SetLimit(const char* value) { m_limitHasBeenSet = true; m_limit.assign(value); }
83 inline InventoryRetrievalJobInput& WithLimit(const Aws::String& value) { SetLimit(value); return *this;}
84 inline InventoryRetrievalJobInput& WithLimit(Aws::String&& value) { SetLimit(std::move(value)); return *this;}
85 inline InventoryRetrievalJobInput& WithLimit(const char* value) { SetLimit(value); return *this;}
87
89
95 inline const Aws::String& GetMarker() const{ return m_marker; }
96 inline bool MarkerHasBeenSet() const { return m_markerHasBeenSet; }
97 inline void SetMarker(const Aws::String& value) { m_markerHasBeenSet = true; m_marker = value; }
98 inline void SetMarker(Aws::String&& value) { m_markerHasBeenSet = true; m_marker = std::move(value); }
99 inline void SetMarker(const char* value) { m_markerHasBeenSet = true; m_marker.assign(value); }
100 inline InventoryRetrievalJobInput& WithMarker(const Aws::String& value) { SetMarker(value); return *this;}
101 inline InventoryRetrievalJobInput& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;}
102 inline InventoryRetrievalJobInput& WithMarker(const char* value) { SetMarker(value); return *this;}
104 private:
105
106 Aws::String m_startDate;
107 bool m_startDateHasBeenSet = false;
108
109 Aws::String m_endDate;
110 bool m_endDateHasBeenSet = false;
111
112 Aws::String m_limit;
113 bool m_limitHasBeenSet = false;
114
115 Aws::String m_marker;
116 bool m_markerHasBeenSet = false;
117 };
118
119} // namespace Model
120} // namespace Glacier
121} // namespace Aws
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
InventoryRetrievalJobInput & WithMarker(const char *value)
InventoryRetrievalJobInput & WithMarker(const Aws::String &value)
InventoryRetrievalJobInput & WithLimit(const Aws::String &value)
InventoryRetrievalJobInput & WithEndDate(const Aws::String &value)
InventoryRetrievalJobInput & WithEndDate(Aws::String &&value)
AWS_GLACIER_API InventoryRetrievalJobInput & operator=(Aws::Utils::Json::JsonView jsonValue)
InventoryRetrievalJobInput & WithMarker(Aws::String &&value)
InventoryRetrievalJobInput & WithStartDate(const Aws::String &value)
AWS_GLACIER_API InventoryRetrievalJobInput(Aws::Utils::Json::JsonView jsonValue)
InventoryRetrievalJobInput & WithStartDate(const char *value)
InventoryRetrievalJobInput & WithLimit(const char *value)
InventoryRetrievalJobInput & WithStartDate(Aws::String &&value)
InventoryRetrievalJobInput & WithEndDate(const char *value)
InventoryRetrievalJobInput & WithLimit(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue