Class ShareInvitation

    • Method Detail

      • shareInvitationId

        public final String shareInvitationId()

        The ID assigned to the share invitation.

        Returns:
        The ID assigned to the share invitation.
      • 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.
      • 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.
      • profileArn

        public final String profileArn()

        The profile ARN.

        Returns:
        The profile ARN.
      • templateArn

        public final String templateArn()

        The review template ARN.

        Returns:
        The review template ARN.
      • 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)