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.

Container for the parameters to the ListAppsLists operation. Returns an array of AppsListDataSummary objects.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.FMS.AmazonFMSRequest
      Amazon.FMS.Model.ListAppsListsRequest

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

Syntax

C#
public class ListAppsListsRequest : AmazonFMSRequest
         IAmazonWebServiceRequest

The ListAppsListsRequest type exposes the following members

Constructors

NameDescription
Public Method ListAppsListsRequest()

Properties

NameTypeDescription
Public Property DefaultLists System.Boolean

Gets and sets the property DefaultLists.

Specifies whether the lists to retrieve are default lists owned by Firewall Manager.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don't specify this, Firewall Manager returns all available objects.

Public Property NextToken System.String

Gets and sets the property NextToken.

If you specify a value for MaxResults in your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.

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