/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response to a ListXssMatchSets request.See Also:
* AWS
* API Reference
If you have more XssMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more XssMatchSet
objects,
* submit another ListXssMatchSets
request, and specify the
* NextMarker
value from the response in the NextMarker
* value in the next request.
If you have more XssMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more XssMatchSet
objects,
* submit another ListXssMatchSets
request, and specify the
* NextMarker
value from the response in the NextMarker
* value in the next request.
If you have more XssMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more XssMatchSet
objects,
* submit another ListXssMatchSets
request, and specify the
* NextMarker
value from the response in the NextMarker
* value in the next request.
If you have more XssMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more XssMatchSet
objects,
* submit another ListXssMatchSets
request, and specify the
* NextMarker
value from the response in the NextMarker
* value in the next request.
If you have more XssMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more XssMatchSet
objects,
* submit another ListXssMatchSets
request, and specify the
* NextMarker
value from the response in the NextMarker
* value in the next request.
If you have more XssMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more XssMatchSet
objects,
* submit another ListXssMatchSets
request, and specify the
* NextMarker
value from the response in the NextMarker
* value in the next request.
If you have more XssMatchSet objects than the number that you
* specified for Limit
in the request, the response includes a
* NextMarker
value. To list more XssMatchSet
objects,
* submit another ListXssMatchSets
request, and specify the
* NextMarker
value from the response in the NextMarker
* value in the next request.
An array of XssMatchSetSummary objects.
*/ inline const Aws::VectorAn array of XssMatchSetSummary objects.
*/ inline void SetXssMatchSets(const Aws::VectorAn array of XssMatchSetSummary objects.
*/ inline void SetXssMatchSets(Aws::VectorAn array of XssMatchSetSummary objects.
*/ inline ListXssMatchSetsResult& WithXssMatchSets(const Aws::VectorAn array of XssMatchSetSummary objects.
*/ inline ListXssMatchSetsResult& WithXssMatchSets(Aws::VectorAn array of XssMatchSetSummary objects.
*/ inline ListXssMatchSetsResult& AddXssMatchSets(const XssMatchSetSummary& value) { m_xssMatchSets.push_back(value); return *this; } /** *An array of XssMatchSetSummary objects.
*/ inline ListXssMatchSetsResult& AddXssMatchSets(XssMatchSetSummary&& value) { m_xssMatchSets.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 ListXssMatchSetsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListXssMatchSetsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListXssMatchSetsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_nextMarker; Aws::Vector