7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ExtractedParameter.h>
42 template <
typename NextPageT = ExtractedParameter>
44 m_nextPageHasBeenSet =
true;
45 m_nextPage = std::forward<NextPageT>(value);
47 template <
typename NextPageT = ExtractedParameter>
61 template <
typename LimitParameterT = ExtractedParameter>
63 m_limitParameterHasBeenSet =
true;
64 m_limitParameter = std::forward<LimitParameterT>(value);
66 template <
typename LimitParameterT = ExtractedParameter>
76 bool m_nextPageHasBeenSet =
false;
77 bool m_limitParameterHasBeenSet =
false;
AWS_GLUE_API CursorConfiguration()=default
bool LimitParameterHasBeenSet() const
CursorConfiguration & WithNextPage(NextPageT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const ExtractedParameter & GetLimitParameter() const
CursorConfiguration & WithLimitParameter(LimitParameterT &&value)
void SetLimitParameter(LimitParameterT &&value)
const ExtractedParameter & GetNextPage() const
bool NextPageHasBeenSet() const
void SetNextPage(NextPageT &&value)
AWS_GLUE_API CursorConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API CursorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue