Interface PutAccountSettingResponse.Builder

    • Method Detail

      • name

        PutAccountSettingResponse.Builder name​(String name)

        Retrieves the name of the account setting.

        Parameters:
        name - Retrieves the name of the account setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        PutAccountSettingResponse.Builder value​(String value)

        Retrieves the value of the specified account setting.

        Parameters:
        value - Retrieves the value of the specified account setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.