ExportProjectResult class

Result structure used for requests to export project configuration details.

Constructors

ExportProjectResult({String? downloadUrl, String? shareUrl, String? snapshotId})
ExportProjectResult.fromJson(Map<String, dynamic> json)
factory

Properties

downloadUrl String?
URL which can be used to download the exported project configuation file(s).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareUrl String?
URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.
final
snapshotId String?
Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.
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

Operators

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