Class RemoveTagDefaultLockResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.responses.RemoveTagDefaultLockResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<RemoveTagDefaultLockResponse>
- Enclosing class:
- RemoveTagDefaultLockResponse
public static class RemoveTagDefaultLockResponse.Builder extends Object implements BmcResponse.Builder<RemoveTagDefaultLockResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public RemoveTagDefaultLockResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<RemoveTagDefaultLockResponse>
-
headers
public RemoveTagDefaultLockResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<RemoveTagDefaultLockResponse>
-
opcRequestId
public RemoveTagDefaultLockResponse.Builder opcRequestId(String opcRequestId)
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder
-
etag
public RemoveTagDefaultLockResponse.Builder etag(String etag)
- Parameters:
etag
- the value to set- Returns:
- this builder
-
tagDefault
public RemoveTagDefaultLockResponse.Builder tagDefault(TagDefault tagDefault)
The returned TagDefault instance.- Parameters:
tagDefault
- the value to set- Returns:
- this builder
-
copy
public RemoveTagDefaultLockResponse.Builder copy(RemoveTagDefaultLockResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<RemoveTagDefaultLockResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public RemoveTagDefaultLockResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<RemoveTagDefaultLockResponse>
- Returns:
- the response object
-
-