Class ExportProjectResponse

    • Method Detail

      • downloadUrl

        public final String downloadUrl()

        URL which can be used to download the exported project configuation file(s).

        Returns:
        URL which can be used to download the exported project configuation file(s).
      • shareUrl

        public final String shareUrl()

        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.

        Returns:
        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.
      • snapshotId

        public final String snapshotId()

        Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.

        Returns:
        Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object