JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iotwireless.model

Class UpdatePartnerAccountRequest

    • Constructor Detail

      • UpdatePartnerAccountRequest

        public UpdatePartnerAccountRequest()
    • Method Detail

      • setSidewalk

        public void setSidewalk(SidewalkUpdateAccount sidewalk)

        The Sidewalk account credentials.

        Parameters:
        sidewalk - The Sidewalk account credentials.
      • getSidewalk

        public SidewalkUpdateAccount getSidewalk()

        The Sidewalk account credentials.

        Returns:
        The Sidewalk account credentials.
      • withSidewalk

        public UpdatePartnerAccountRequest withSidewalk(SidewalkUpdateAccount sidewalk)

        The Sidewalk account credentials.

        Parameters:
        sidewalk - The Sidewalk account credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPartnerAccountId

        public void setPartnerAccountId(String partnerAccountId)

        The ID of the partner account to update.

        Parameters:
        partnerAccountId - The ID of the partner account to update.
      • getPartnerAccountId

        public String getPartnerAccountId()

        The ID of the partner account to update.

        Returns:
        The ID of the partner account to update.
      • withPartnerAccountId

        public UpdatePartnerAccountRequest withPartnerAccountId(String partnerAccountId)

        The ID of the partner account to update.

        Parameters:
        partnerAccountId - The ID of the partner account to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPartnerType

        public void setPartnerType(String partnerType)

        The partner type.

        Parameters:
        partnerType - The partner type.
        See Also:
        PartnerType
      • getPartnerType

        public String getPartnerType()

        The partner type.

        Returns:
        The partner type.
        See Also:
        PartnerType
      • withPartnerType

        public UpdatePartnerAccountRequest withPartnerType(String partnerType)

        The partner type.

        Parameters:
        partnerType - The partner type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PartnerType
      • withPartnerType

        public UpdatePartnerAccountRequest withPartnerType(PartnerType partnerType)

        The partner type.

        Parameters:
        partnerType - The partner type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PartnerType
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /