Class CreateOpportunityResponse

    • Method Detail

      • id

        public final String id()

        Read-only, system-generated Opportunity unique identifier. Amazon Web Services creates this identifier, and it's used for all subsequent opportunity actions, such as updates, associations, and submissions. It helps to ensure that each opportunity is accurately tracked and managed.

        Returns:
        Read-only, system-generated Opportunity unique identifier. Amazon Web Services creates this identifier, and it's used for all subsequent opportunity actions, such as updates, associations, and submissions. It helps to ensure that each opportunity is accurately tracked and managed.
      • lastModifiedDate

        public final Instant lastModifiedDate()

        DateTime when the opportunity was last modified. When the Opportunity is created, its value is CreatedDate.

        Returns:
        DateTime when the opportunity was last modified. When the Opportunity is created, its value is CreatedDate.
      • partnerOpportunityIdentifier

        public final String partnerOpportunityIdentifier()

        Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential to track and reconcile because it's included in the outbound payload sent back to the partner.

        Returns:
        Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential to track and reconcile because it's included in the outbound payload sent back to the partner.
      • 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