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