public static class UpdateStackResponse.Builder extends Object implements BmcResponse.Builder<UpdateStackResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateStackResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateStackResponse |
build()
Build the response object.
|
UpdateStackResponse.Builder |
copy(UpdateStackResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateStackResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateStackResponse.Builder |
headers(Map<String,List<String>> headers) |
UpdateStackResponse.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
UpdateStackResponse.Builder |
stack(Stack stack)
The returned
Stack instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UpdateStackResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UpdateStackResponse>
public UpdateStackResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UpdateStackResponse>
public UpdateStackResponse.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic UpdateStackResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic UpdateStackResponse.Builder stack(Stack stack)
The returned Stack
instance.
stack
- the value to setpublic UpdateStackResponse.Builder copy(UpdateStackResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UpdateStackResponse>
o
- other request from which to copy valuespublic UpdateStackResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UpdateStackResponse>
Copyright © 2016–2024. All rights reserved.