ListResolverEndpointsResponse class

Constructors

ListResolverEndpointsResponse({int? maxResults, String? nextToken, List<ResolverEndpoint>? resolverEndpoints})
ListResolverEndpointsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxResults int?
The value that you specified for MaxResults in the request.
final
nextToken String?
If more than MaxResults IP addresses match the specified criteria, you can submit another ListResolverEndpoint request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
final
resolverEndpoints List<ResolverEndpoint>?
The Resolver endpoints that were created by using the current AWS account, and that match the specified filters, if any.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited