Class ApplicationSummary

    • Method Detail

      • id

        public final String id()

        The identifier of the application.

        Returns:
        The identifier of the application.
      • arn

        public final String arn()

        The Amazon resource name (ARN) that specifies the application across services.

        Returns:
        The Amazon resource name (ARN) that specifies the application across services.
      • name

        public final String name()

        The name of the application. The name must be unique in the region in which you are creating the application.

        Returns:
        The name of the application. The name must be unique in the region in which you are creating the application.
      • description

        public final String description()

        The description of the application.

        Returns:
        The description of the application.
      • creationTime

        public final Instant creationTime()

        The ISO-8601 formatted timestamp of the moment when the application was created.

        Returns:
        The ISO-8601 formatted timestamp of the moment when the application was created.
      • lastUpdateTime

        public final Instant lastUpdateTime()

        The ISO-8601 formatted timestamp of the moment when the application was last updated.

        Returns:
        The ISO-8601 formatted timestamp of the moment when the application was last updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)