AWSProperty class abstract

A property from an AWS configuration profile.

Mixed in types

Constructors

AWSProperty({required String name, required String value, Map<String, AWSProperty> subProperties = const {}})
A property from an AWS configuration profile.
factory
AWSProperty.build([void updates(AWSPropertyBuilder)])
A property from an AWS configuration profile.
factory
AWSProperty.fromJson(Map<String, Object?> json)
A property from an AWS configuration profile.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the property.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subProperties → BuiltMap<String, AWSProperty>
Sub-properties of this property, if any.
no setter
value String
The value of the property.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AWSPropertyBuilder)) AWSProperty
Rebuilds the instance.
inherited
toBuilder() AWSPropertyBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, Object?>
Serializes this as a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<AWSProperty>
The AWSProperty serializer.
no setter