BatchCreateObject class
Represents the output of a CreateObject operation.
Constructors
-
BatchCreateObject({required List<
AttributeKeyAndValue> objectAttributeList, required List<SchemaFacet> schemaFacet, String? batchReferenceName, String? linkName, ObjectReference? parentReference})
Properties
- batchReferenceName → String?
-
The batch reference name. See Batches
for more information.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkName → String?
-
The name of the link.
final
-
objectAttributeList
→ List<
AttributeKeyAndValue> -
An attribute map, which contains an attribute ARN as the key and attribute
value as the map value.
final
- parentReference → ObjectReference?
-
If specified, the parent reference to which this object will be attached.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
schemaFacet
→ List<
SchemaFacet> -
A list of
FacetArns
that will be associated with the object. For more information, see arns.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited