ListTopics

data class ListTopics(val NextToken: String? = null) : SNSAction<TopicList> , PagedAction<String, ARN, TopicList, ListTopics>

Constructors

Link copied to clipboard
constructor(NextToken: String? = null)

Properties

Link copied to clipboard
val NextToken: String? = null

Functions

Link copied to clipboard
open override fun next(token: String): ListTopics
Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<TopicList, RemoteFailure>
Link copied to clipboard
fun uri(): Uri