Class OpsItemRelatedItemSummary

    • Method Detail

      • opsItemId

        public final String opsItemId()

        The OpsItem ID.

        Returns:
        The OpsItem ID.
      • associationId

        public final String associationId()

        The association ID.

        Returns:
        The association ID.
      • resourceType

        public final String resourceType()

        The resource type.

        Returns:
        The resource type.
      • associationType

        public final String associationType()

        The association type.

        Returns:
        The association type.
      • resourceUri

        public final String resourceUri()

        The Amazon Resource Name (ARN) of the related-item resource.

        Returns:
        The Amazon Resource Name (ARN) of the related-item resource.
      • createdBy

        public final OpsItemIdentity createdBy()
        Returns the value of the CreatedBy property for this object.
        Returns:
        The value of the CreatedBy property for this object.
      • createdTime

        public final Instant createdTime()

        The time the related-item association was created.

        Returns:
        The time the related-item association was created.
      • lastModifiedBy

        public final OpsItemIdentity lastModifiedBy()
        Returns the value of the LastModifiedBy property for this object.
        Returns:
        The value of the LastModifiedBy property for this object.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The time the related-item association was last updated.

        Returns:
        The time the related-item association 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)