Class ListedAgreement

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the specified agreement.

        Returns:
        The Amazon Resource Name (ARN) of the specified agreement.
      • agreementId

        public final String agreementId()

        A unique identifier for the agreement. This identifier is returned when you create an agreement.

        Returns:
        A unique identifier for the agreement. This identifier is returned when you create an agreement.
      • description

        public final String description()

        The current description for the agreement. You can change it by calling the UpdateAgreement operation and providing a new description.

        Returns:
        The current description for the agreement. You can change it by calling the UpdateAgreement operation and providing a new description.
      • serverId

        public final String serverId()

        The unique identifier for the agreement.

        Returns:
        The unique identifier for the agreement.
      • localProfileId

        public final String localProfileId()

        A unique identifier for the AS2 local profile.

        Returns:
        A unique identifier for the AS2 local profile.
      • partnerProfileId

        public final String partnerProfileId()

        A unique identifier for the partner profile.

        Returns:
        A unique identifier for the partner profile.
      • 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)