Class EngagementResourceAssociationSummary

    • Method Detail

      • catalog

        public final String catalog()

        Indicates the environment in which the resource and engagement exist.

        Returns:
        Indicates the environment in which the resource and engagement exist.
      • createdBy

        public final String createdBy()

        The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.

        Returns:
        The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.
      • engagementId

        public final String engagementId()

        A unique identifier for the engagement associated with the resource.

        Returns:
        A unique identifier for the engagement associated with the resource.
      • resourceId

        public final String resourceId()

        A unique identifier for the specific resource. Varies depending on the resource type.

        Returns:
        A unique identifier for the specific resource. Varies depending on the resource type.
      • resourceType

        public final ResourceType resourceType()

        Categorizes the type of resource associated with the engagement.

        If the service returns an enum value that is not available in the current SDK version, resourceType will return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceTypeAsString().

        Returns:
        Categorizes the type of resource associated with the engagement.
        See Also:
        ResourceType
      • resourceTypeAsString

        public final String resourceTypeAsString()

        Categorizes the type of resource associated with the engagement.

        If the service returns an enum value that is not available in the current SDK version, resourceType will return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceTypeAsString().

        Returns:
        Categorizes the type of resource associated with the engagement.
        See Also:
        ResourceType
      • 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)