AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the ListSizeConstraintSets operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.WAFRegional.Model.ListSizeConstraintSetsResponse

Namespace: Amazon.WAFRegional.Model
Assembly: AWSSDK.WAFRegional.dll
Version: 3.x.y.z

Syntax

C#
public class ListSizeConstraintSetsResponse : AmazonWebServiceResponse

The ListSizeConstraintSetsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property NextMarker System.String

Gets and sets the property NextMarker.

If you have more SizeConstraintSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SizeConstraintSets System.Collections.Generic.List<Amazon.WAFRegional.Model.SizeConstraintSetSummary>

Gets and sets the property SizeConstraintSets.

An array of SizeConstraintSetSummary objects.

Examples

The following example returns an array of up to 100 size contraint match sets.

To list a size constraint sets


var client = new AmazonWAFRegionalClient();
var response = client.ListSizeConstraintSets(new ListSizeConstraintSetsRequest 
{
    Limit = 100
});

List<SizeConstraintSetSummary> sizeConstraintSets = response.SizeConstraintSets;

            

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5