/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response to a ListSqlInjectionMatchSets request.See
* Also:
AWS
* API Reference
If you have more SqlInjectionMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more SqlInjectionMatchSet
* objects, submit another ListSqlInjectionMatchSets
request, and
* specify the NextMarker
value from the response in the
* NextMarker
value in the next request.
If you have more SqlInjectionMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more SqlInjectionMatchSet
* objects, submit another ListSqlInjectionMatchSets
request, and
* specify the NextMarker
value from the response in the
* NextMarker
value in the next request.
If you have more SqlInjectionMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more SqlInjectionMatchSet
* objects, submit another ListSqlInjectionMatchSets
request, and
* specify the NextMarker
value from the response in the
* NextMarker
value in the next request.
If you have more SqlInjectionMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more SqlInjectionMatchSet
* objects, submit another ListSqlInjectionMatchSets
request, and
* specify the NextMarker
value from the response in the
* NextMarker
value in the next request.
If you have more SqlInjectionMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more SqlInjectionMatchSet
* objects, submit another ListSqlInjectionMatchSets
request, and
* specify the NextMarker
value from the response in the
* NextMarker
value in the next request.
If you have more SqlInjectionMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more SqlInjectionMatchSet
* objects, submit another ListSqlInjectionMatchSets
request, and
* specify the NextMarker
value from the response in the
* NextMarker
value in the next request.
If you have more SqlInjectionMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more SqlInjectionMatchSet
* objects, submit another ListSqlInjectionMatchSets
request, and
* specify the NextMarker
value from the response in the
* NextMarker
value in the next request.
An array of SqlInjectionMatchSetSummary objects.
*/ inline const Aws::VectorAn array of SqlInjectionMatchSetSummary objects.
*/ inline void SetSqlInjectionMatchSets(const Aws::VectorAn array of SqlInjectionMatchSetSummary objects.
*/ inline void SetSqlInjectionMatchSets(Aws::VectorAn array of SqlInjectionMatchSetSummary objects.
*/ inline ListSqlInjectionMatchSetsResult& WithSqlInjectionMatchSets(const Aws::VectorAn array of SqlInjectionMatchSetSummary objects.
*/ inline ListSqlInjectionMatchSetsResult& WithSqlInjectionMatchSets(Aws::VectorAn array of SqlInjectionMatchSetSummary objects.
*/ inline ListSqlInjectionMatchSetsResult& AddSqlInjectionMatchSets(const SqlInjectionMatchSetSummary& value) { m_sqlInjectionMatchSets.push_back(value); return *this; } /** *An array of SqlInjectionMatchSetSummary objects.
*/ inline ListSqlInjectionMatchSetsResult& AddSqlInjectionMatchSets(SqlInjectionMatchSetSummary&& value) { m_sqlInjectionMatchSets.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListSqlInjectionMatchSetsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListSqlInjectionMatchSetsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListSqlInjectionMatchSetsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_nextMarker; Aws::Vector