ListVPCAssociationAuthorizationsResponse class

A complex type that contains the response information for the request.

Constructors

ListVPCAssociationAuthorizationsResponse({required String hostedZoneId, required List<VPC> vPCs, String? nextToken})
ListVPCAssociationAuthorizationsResponse.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hostedZoneId String
The ID of the hosted zone that you can associate the listed VPCs with.
final
nextToken String?
When the response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations request, and include the value of the NextToken element from the response in the nexttoken request parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vPCs List<VPC>
The list of VPCs that are authorized to be associated with the specified hosted zone.
final

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