public static class UpdateTopicResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateTopicResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateTopicResponse |
build() |
UpdateTopicResponse.Builder |
copy(UpdateTopicResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateTopicResponse.Builder |
etag(String etag) |
UpdateTopicResponse.Builder |
notificationTopic(NotificationTopic notificationTopic) |
UpdateTopicResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public UpdateTopicResponse.Builder copy(UpdateTopicResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateTopicResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateTopicResponse.Builder opcRequestId(String opcRequestId)
public UpdateTopicResponse.Builder etag(String etag)
public UpdateTopicResponse.Builder notificationTopic(NotificationTopic notificationTopic)
public UpdateTopicResponse build()
Copyright © 2016–2021. All rights reserved.