Class UpdatePortfolioShareRequest

    • Method Detail

      • acceptLanguage

        public final String acceptLanguage()

        The language code.

        • jp - Japanese

        • zh - Chinese

        Returns:
        The language code.

        • jp - Japanese

        • zh - Chinese

      • portfolioId

        public final String portfolioId()

        The unique identifier of the portfolio for which the share will be updated.

        Returns:
        The unique identifier of the portfolio for which the share will be updated.
      • accountId

        public final String accountId()

        The Amazon Web Services account Id of the recipient account. This field is required when updating an external account to account type share.

        Returns:
        The Amazon Web Services account Id of the recipient account. This field is required when updating an external account to account type share.
      • organizationNode

        public final OrganizationNode organizationNode()
        Returns the value of the OrganizationNode property for this object.
        Returns:
        The value of the OrganizationNode property for this object.
      • shareTagOptions

        public final Boolean shareTagOptions()

        Enables or disables TagOptions sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.

        Returns:
        Enables or disables TagOptions sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.
      • sharePrincipals

        public final Boolean sharePrincipals()

        A flag to enables or disables Principals sharing in the portfolio. If this field is not provided, the current state of the Principals sharing on the portfolio share will not be modified.

        Returns:
        A flag to enables or disables Principals sharing in the portfolio. If this field is not provided, the current state of the Principals sharing on the portfolio share will not be modified.
      • 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