Interface ListSmsSandboxPhoneNumbersResponse.Builder

    • Method Detail

      • phoneNumbers

        ListSmsSandboxPhoneNumbersResponse.Builder phoneNumbers​(Collection<SMSSandboxPhoneNumber> phoneNumbers)

        A list of the calling account's pending and verified phone numbers.

        Parameters:
        phoneNumbers - A list of the calling account's pending and verified phone numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumbers

        ListSmsSandboxPhoneNumbersResponse.Builder phoneNumbers​(SMSSandboxPhoneNumber... phoneNumbers)

        A list of the calling account's pending and verified phone numbers.

        Parameters:
        phoneNumbers - A list of the calling account's pending and verified phone numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSmsSandboxPhoneNumbersResponse.Builder nextToken​(String nextToken)

        A NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput operation if additional pages of records are available.

        Parameters:
        nextToken - A NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput operation if additional pages of records are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.