InvalidationBatch class
An invalidation batch.
Constructors
- InvalidationBatch({required String callerReference, required Paths paths})
- InvalidationBatch.fromXml(XmlElement elem)
- 
          
            factory
Properties
- callerReference → String
- 
  A value that you specify to uniquely identify an invalidation request.
CloudFront uses the value to prevent you from accidentally resubmitting an
identical request. Whenever you create a new invalidation request, you must
specify a new value for CallerReferenceand change other values in the request as applicable. One way to ensure that the value ofCallerReferenceis unique is to use atimestamp, for example,20120301090000.final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- paths → Paths
- 
  A complex type that contains information about the objects that you want to
invalidate. For more information, see Specifying
the Objects to Invalidate in the Amazon CloudFront Developer
Guide.
  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
- 
  toXml(String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited