ListDistributionConfigurationsResponse class
Constructors
-
ListDistributionConfigurationsResponse({List<
DistributionConfigurationSummary> ? distributionConfigurationSummaryList, String? nextToken, String? requestId}) -
ListDistributionConfigurationsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
distributionConfigurationSummaryList
→ List<
DistributionConfigurationSummary> ? -
The list of distributions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
The next token used for paginated responses. When this is not empty, there
are additional elements that the service has not included in this request.
Use this token with the next request to retrieve additional objects.
final
- requestId → String?
-
The request ID that uniquely identifies this request.
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