7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename StartDateT = Aws::String>
50 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
51 template<
typename StartDateT = Aws::String>
63 template<
typename EndDateT = Aws::String>
64 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
65 template<
typename EndDateT = Aws::String>
76 template<
typename LimitT = Aws::String>
77 void SetLimit(LimitT&& value) { m_limitHasBeenSet =
true; m_limit = std::forward<LimitT>(value); }
78 template<
typename LimitT = Aws::String>
91 template<
typename MarkerT = Aws::String>
92 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
93 template<
typename MarkerT = Aws::String>
99 bool m_startDateHasBeenSet =
false;
102 bool m_endDateHasBeenSet =
false;
105 bool m_limitHasBeenSet =
false;
108 bool m_markerHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue