7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename FormatT = Aws::String>
50 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
51 template<
typename FormatT = Aws::String>
64 template<
typename StartDateT = Aws::String>
65 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
66 template<
typename StartDateT = Aws::String>
78 template<
typename EndDateT = Aws::String>
79 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
80 template<
typename EndDateT = Aws::String>
92 template<
typename LimitT = Aws::String>
93 void SetLimit(LimitT&& value) { m_limitHasBeenSet =
true; m_limit = std::forward<LimitT>(value); }
94 template<
typename LimitT = Aws::String>
109 template<
typename MarkerT = Aws::String>
110 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
111 template<
typename MarkerT = Aws::String>
117 bool m_formatHasBeenSet =
false;
120 bool m_startDateHasBeenSet =
false;
123 bool m_endDateHasBeenSet =
false;
126 bool m_limitHasBeenSet =
false;
129 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