Class UpdateMapResponse

    • Method Detail

      • mapArn

        public final String mapArn()

        The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.

        • Format example: arn:aws:geo:region:account-id:map/ExampleMap

        Returns:
        The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.

        • Format example: arn:aws:geo:region:account-id:map/ExampleMap

      • mapName

        public final String mapName()

        The name of the updated map resource.

        Returns:
        The name of the updated map resource.
      • updateTime

        public final Instant updateTime()

        The timestamp for when the map resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        Returns:
        The timestamp for when the map resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
      • 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