Class SubmitOpportunityRequest

    • Method Detail

      • catalog

        public final String catalog()

        Specifies the catalog related to the request. Valid values are:

        • AWS: Submits the opportunity request from the production AWS environment.

        • Sandbox: Submits the opportunity request from a sandbox environment used for testing or development purposes.

        Returns:
        Specifies the catalog related to the request. Valid values are:

        • AWS: Submits the opportunity request from the production AWS environment.

        • Sandbox: Submits the opportunity request from a sandbox environment used for testing or development purposes.

      • identifier

        public final String identifier()

        The identifier of the Opportunity previously created by partner and needs to be submitted.

        Returns:
        The identifier of the Opportunity previously created by partner and needs to be submitted.
      • involvementType

        public final SalesInvolvementType involvementType()

        Specifies the level of AWS sellers' involvement on the opportunity. Valid values:

        • Co-sell: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support.

        • For Visibility Only: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.

        If the service returns an enum value that is not available in the current SDK version, involvementType will return SalesInvolvementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from involvementTypeAsString().

        Returns:
        Specifies the level of AWS sellers' involvement on the opportunity. Valid values:

        • Co-sell: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support.

        • For Visibility Only: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.

        See Also:
        SalesInvolvementType
      • involvementTypeAsString

        public final String involvementTypeAsString()

        Specifies the level of AWS sellers' involvement on the opportunity. Valid values:

        • Co-sell: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support.

        • For Visibility Only: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.

        If the service returns an enum value that is not available in the current SDK version, involvementType will return SalesInvolvementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from involvementTypeAsString().

        Returns:
        Specifies the level of AWS sellers' involvement on the opportunity. Valid values:

        • Co-sell: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support.

        • For Visibility Only: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.

        See Also:
        SalesInvolvementType
      • visibility

        public final Visibility visibility()

        Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:

        • Full: The opportunity is fully visible to AWS sales.

        • Limited: The opportunity has restricted visibility to AWS sales.

        If the service returns an enum value that is not available in the current SDK version, visibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from visibilityAsString().

        Returns:
        Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:

        • Full: The opportunity is fully visible to AWS sales.

        • Limited: The opportunity has restricted visibility to AWS sales.

        See Also:
        Visibility
      • visibilityAsString

        public final String visibilityAsString()

        Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:

        • Full: The opportunity is fully visible to AWS sales.

        • Limited: The opportunity has restricted visibility to AWS sales.

        If the service returns an enum value that is not available in the current SDK version, visibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from visibilityAsString().

        Returns:
        Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:

        • Full: The opportunity is fully visible to AWS sales.

        • Limited: The opportunity has restricted visibility to AWS sales.

        See Also:
        Visibility
      • 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