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