Class GetSignalCatalogResponse

    • Method Detail

      • name

        public final String name()

        The name of the signal catalog.

        Returns:
        The name of the signal catalog.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the signal catalog.

        Returns:
        The Amazon Resource Name (ARN) of the signal catalog.
      • description

        public final String description()

        A brief description of the signal catalog.

        Returns:
        A brief description of the signal catalog.
      • nodeCounts

        public final NodeCounts nodeCounts()

        The total number of network nodes specified in a signal catalog.

        Returns:
        The total number of network nodes specified in a signal catalog.
      • creationTime

        public final Instant creationTime()

        The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).

        Returns:
        The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
      • lastModificationTime

        public final Instant lastModificationTime()

        The last time the signal catalog was modified.

        Returns:
        The last time the signal catalog was modified.
      • 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