PutJobTaggingRequest class

Constructors

PutJobTaggingRequest({required String accountId, required String jobId, required List<S3Tag> tags})

Properties

accountId String
The AWS account ID associated with the S3 Batch Operations job.
final
hashCode int
The hash code for this object.
no setterinherited
jobId String
The ID for the S3 Batch Operations job whose tags you want to replace.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<S3Tag>
The set of tags to associate with the S3 Batch Operations job.
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
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited