ListAccessPointsResult class

Constructors

ListAccessPointsResult({List<AccessPoint>? accessPointList, String? nextToken})
ListAccessPointsResult.fromXml(XmlElement elem)
factory

Properties

accessPointList List<AccessPoint>?
Contains identification and configuration information for one or more access points associated with the specified bucket.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
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