Class LensUpgradeSummary

    • Method Detail

      • workloadId

        public final String workloadId()
        Returns the value of the WorkloadId property for this object.
        Returns:
        The value of the WorkloadId property for this object.
      • workloadName

        public final String workloadName()
        Returns the value of the WorkloadName property for this object.
        Returns:
        The value of the WorkloadName property for this object.
      • lensAlias

        public final String lensAlias()
        Returns the value of the LensAlias property for this object.
        Returns:
        The value of the LensAlias property for this object.
      • lensArn

        public final String lensArn()

        The ARN for the lens.

        Returns:
        The ARN for the lens.
      • currentLensVersion

        public final String currentLensVersion()

        The current version of the lens.

        Returns:
        The current version of the lens.
      • latestLensVersion

        public final String latestLensVersion()

        The latest version of the lens.

        Returns:
        The latest version of the lens.
      • resourceArn

        public final String resourceArn()

        ResourceArn of the lens being upgraded

        Returns:
        ResourceArn of the lens being upgraded
      • resourceName

        public final String resourceName()
        Returns the value of the ResourceName property for this object.
        Returns:
        The value of the ResourceName property for this object.
      • 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)