ListBucketAnalyticsConfigurationsOutput class

Constructors

ListBucketAnalyticsConfigurationsOutput({List<AnalyticsConfiguration>? analyticsConfigurationList, String? continuationToken, bool? isTruncated, String? nextContinuationToken})
ListBucketAnalyticsConfigurationsOutput.fromXml(XmlElement elem)
factory

Properties

analyticsConfigurationList List<AnalyticsConfiguration>?
The list of analytics configurations for a bucket.
final
continuationToken String?
The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.
final
hashCode int
The hash code for this object.
no setterinherited
isTruncated bool?
Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.
final
nextContinuationToken String?
NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.
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