7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
43 template <
typename FormatT = Aws::String>
45 m_formatHasBeenSet =
true;
46 m_format = std::forward<FormatT>(value);
48 template <
typename FormatT = Aws::String>
64 template <
typename StartDateT = Aws::String>
66 m_startDateHasBeenSet =
true;
67 m_startDate = std::forward<StartDateT>(value);
69 template <
typename StartDateT = Aws::String>
84 template <
typename EndDateT = Aws::String>
86 m_endDateHasBeenSet =
true;
87 m_endDate = std::forward<EndDateT>(value);
89 template <
typename EndDateT = Aws::String>
104 template <
typename LimitT = Aws::String>
106 m_limitHasBeenSet =
true;
107 m_limit = std::forward<LimitT>(value);
109 template <
typename LimitT = Aws::String>
111 SetLimit(std::forward<LimitT>(value));
127 template <
typename MarkerT = Aws::String>
129 m_markerHasBeenSet =
true;
130 m_marker = std::forward<MarkerT>(value);
132 template <
typename MarkerT = Aws::String>
140 bool m_formatHasBeenSet =
false;
143 bool m_startDateHasBeenSet =
false;
146 bool m_endDateHasBeenSet =
false;
149 bool m_limitHasBeenSet =
false;
152 bool m_markerHasBeenSet =
false;
InventoryRetrievalJobDescription & WithEndDate(EndDateT &&value)
InventoryRetrievalJobDescription & WithMarker(MarkerT &&value)
AWS_GLACIER_API InventoryRetrievalJobDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EndDateHasBeenSet() const
bool LimitHasBeenSet() const
bool MarkerHasBeenSet() const
const Aws::String & GetMarker() const
AWS_GLACIER_API InventoryRetrievalJobDescription(Aws::Utils::Json::JsonView jsonValue)
InventoryRetrievalJobDescription & WithLimit(LimitT &&value)
void SetStartDate(StartDateT &&value)
const Aws::String & GetFormat() const
InventoryRetrievalJobDescription & WithFormat(FormatT &&value)
void SetFormat(FormatT &&value)
const Aws::String & GetEndDate() const
void SetEndDate(EndDateT &&value)
bool StartDateHasBeenSet() const
const Aws::String & GetLimit() const
void SetLimit(LimitT &&value)
bool FormatHasBeenSet() const
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLACIER_API InventoryRetrievalJobDescription()=default
InventoryRetrievalJobDescription & WithStartDate(StartDateT &&value)
void SetMarker(MarkerT &&value)
const Aws::String & GetStartDate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue