CreateTopic

data class CreateTopic(val topicName: TopicName, val tags: List<Tag> = emptyList(), val attributes: Map<String, String> = emptyMap()) : SNSAction<CreatedTopic>

Constructors

Link copied to clipboard
constructor(topicName: TopicName, tags: List<Tag> = emptyList(), attributes: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
val tags: List<Tag>
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<CreatedTopic, RemoteFailure>
Link copied to clipboard
fun uri(): Uri