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