public static interface ListPhoneNumbersOptedOutResponse.Builder extends SnsResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListPhoneNumbersOptedOutResponse.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 © 2022. All rights reserved.