public static interface ListPhoneNumbersOptedOutResponse.Builder extends SNSResponse.Builder, CopyableBuilder<ListPhoneNumbersOptedOutResponse.Builder,ListPhoneNumbersOptedOutResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersOptedOutResponse.Builder |
nextToken(String nextToken)
A
NextToken string is returned when you call the ListPhoneNumbersOptedOut action if
additional records are available after the first page of results. |
ListPhoneNumbersOptedOutResponse.Builder |
phoneNumbers(Collection<String> phoneNumbers)
A list of phone numbers that are opted out of receiving SMS messages.
|
ListPhoneNumbersOptedOutResponse.Builder |
phoneNumbers(String... phoneNumbers)
A list of phone numbers that are opted out of receiving SMS messages.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListPhoneNumbersOptedOutResponse.Builder phoneNumbers(Collection<String> phoneNumbers)
A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.
phoneNumbers - A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each
page can contain up to 100 phone numbers.ListPhoneNumbersOptedOutResponse.Builder phoneNumbers(String... phoneNumbers)
A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.
phoneNumbers - A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each
page can contain up to 100 phone numbers.ListPhoneNumbersOptedOutResponse.Builder nextToken(String nextToken)
A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if
additional records are available after the first page of results.
nextToken - A NextToken string is returned when you call the ListPhoneNumbersOptedOut
action if additional records are available after the first page of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.