7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
43 template <
typename StartDateT = Aws::String>
45 m_startDateHasBeenSet =
true;
46 m_startDate = std::forward<StartDateT>(value);
48 template <
typename StartDateT = Aws::String>
63 template <
typename EndDateT = Aws::String>
65 m_endDateHasBeenSet =
true;
66 m_endDate = std::forward<EndDateT>(value);
68 template <
typename EndDateT = Aws::String>
82 template <
typename LimitT = Aws::String>
84 m_limitHasBeenSet =
true;
85 m_limit = std::forward<LimitT>(value);
87 template <
typename LimitT = Aws::String>
89 SetLimit(std::forward<LimitT>(value));
103 template <
typename MarkerT = Aws::String>
105 m_markerHasBeenSet =
true;
106 m_marker = std::forward<MarkerT>(value);
108 template <
typename MarkerT = Aws::String>
116 bool m_startDateHasBeenSet =
false;
119 bool m_endDateHasBeenSet =
false;
122 bool m_limitHasBeenSet =
false;
125 bool m_markerHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue