Package com.oracle.bmc.dts.responses
Class GetTransferApplianceEntitlementResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.dts.responses.GetTransferApplianceEntitlementResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<GetTransferApplianceEntitlementResponse>
- Enclosing class:
- GetTransferApplianceEntitlementResponse
public static class GetTransferApplianceEntitlementResponse.Builder extends Object implements BmcResponse.Builder<GetTransferApplianceEntitlementResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTransferApplianceEntitlementResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetTransferApplianceEntitlementResponsebuild()Build the response object.GetTransferApplianceEntitlementResponse.Buildercopy(GetTransferApplianceEntitlementResponse o)Copy method to populate the builder with values from the given instance.GetTransferApplianceEntitlementResponse.Builderheaders(Map<String,List<String>> headers)GetTransferApplianceEntitlementResponse.BuilderopcRequestId(String opcRequestId)GetTransferApplianceEntitlementResponse.BuildertransferApplianceEntitlement(TransferApplianceEntitlement transferApplianceEntitlement)The returned TransferApplianceEntitlement 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 GetTransferApplianceEntitlementResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<GetTransferApplianceEntitlementResponse>
-
headers
public GetTransferApplianceEntitlementResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<GetTransferApplianceEntitlementResponse>
-
opcRequestId
public GetTransferApplianceEntitlementResponse.Builder opcRequestId(String opcRequestId)
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
transferApplianceEntitlement
public GetTransferApplianceEntitlementResponse.Builder transferApplianceEntitlement(TransferApplianceEntitlement transferApplianceEntitlement)
The returned TransferApplianceEntitlement instance.- Parameters:
transferApplianceEntitlement- the value to set- Returns:
- this builder
-
copy
public GetTransferApplianceEntitlementResponse.Builder copy(GetTransferApplianceEntitlementResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<GetTransferApplianceEntitlementResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public GetTransferApplianceEntitlementResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<GetTransferApplianceEntitlementResponse>- Returns:
- the response object
-
-