Class SystemInstanceSummary

    • Method Detail

      • id

        public final String id()

        The ID of the system instance.

        Returns:
        The ID of the system instance.
      • arn

        public final String arn()

        The ARN of the system instance.

        Returns:
        The ARN of the system instance.
      • greengrassGroupName

        public final String greengrassGroupName()

        The ID of the Greengrass group where the system instance is deployed.

        Returns:
        The ID of the Greengrass group where the system instance is deployed.
      • createdAt

        public final Instant createdAt()

        The date when the system instance was created.

        Returns:
        The date when the system instance was created.
      • updatedAt

        public final Instant updatedAt()

        The date and time when the system instance was last updated.

        Returns:
        The date and time when the system instance was last updated.
      • greengrassGroupId

        public final String greengrassGroupId()

        The ID of the Greengrass group where the system instance is deployed.

        Returns:
        The ID of the Greengrass group where the system instance is deployed.
      • greengrassGroupVersionId

        public final String greengrassGroupVersionId()

        The version of the Greengrass group where the system instance is deployed.

        Returns:
        The version of the Greengrass group where the system instance is deployed.
      • 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)