Class RejectEngagementInvitationRequest

    • Method Detail

      • catalog

        public final String catalog()

        This is the catalog that's associated with the engagement invitation. Acceptable values are AWS or Sandbox, and these values determine the environment in which the opportunity is managed.

        Returns:
        This is the catalog that's associated with the engagement invitation. Acceptable values are AWS or Sandbox, and these values determine the environment in which the opportunity is managed.
      • identifier

        public final String identifier()

        This is the unique identifier of the rejected EngagementInvitation. Providing the correct identifier helps to ensure that the intended invitation is rejected.

        Returns:
        This is the unique identifier of the rejected EngagementInvitation. Providing the correct identifier helps to ensure that the intended invitation is rejected.
      • rejectionReason

        public final String rejectionReason()

        This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns. Acceptable values include the following:

        • Customer problem unclear: The customer's problem isn't understood.

        • Next steps unclear: The next steps required to proceed aren't understood.

        • Unable to support: The partner is unable to provide support due to resource or capability constraints.

        • Duplicate of partner referral: The opportunity is a duplicate of an existing referral.

        • Other: Any reason not covered by other values.

        Returns:
        This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns. Acceptable values include the following:

        • Customer problem unclear: The customer's problem isn't understood.

        • Next steps unclear: The next steps required to proceed aren't understood.

        • Unable to support: The partner is unable to provide support due to resource or capability constraints.

        • Duplicate of partner referral: The opportunity is a duplicate of an existing referral.

        • Other: Any reason not covered by other values.

      • 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