NAME

Paws::FMS::ListProtocolsLists - Arguments for method ListProtocolsLists on Paws::FMS

DESCRIPTION

This class represents the parameters used for calling the method ListProtocolsLists on the Firewall Management Service service. Use the attributes of this class as arguments to method ListProtocolsLists.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ListProtocolsLists.

SYNOPSIS

my $fms = Paws->service('FMS');
my $ListProtocolsListsResponse = $fms->ListProtocolsLists(
  MaxResults   => 1,
  DefaultLists => 1,                      # OPTIONAL
  NextToken    => 'MyPaginationToken',    # OPTIONAL
);

# Results:
my $NextToken      = $ListProtocolsListsResponse->NextToken;
my $ProtocolsLists = $ListProtocolsListsResponse->ProtocolsLists;

# Returns a L<Paws::FMS::ListProtocolsListsResponse> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/fms/ListProtocolsLists

ATTRIBUTES

DefaultLists => Bool

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

REQUIRED MaxResults => Int

The maximum number of objects that you want AWS Firewall Manager to return for this request. If more objects are available, in the response, AWS 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, AWS Firewall Manager returns all available objects.

NextToken => Str

If you specify a value for MaxResults in your list request, and you have more objects than the maximum, AWS 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.

SEE ALSO

This class forms part of Paws, documenting arguments for method ListProtocolsLists in Paws::FMS

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues