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__)
GetTransferApplianceEntitlementResponse
build()
Build the response object.GetTransferApplianceEntitlementResponse.Builder
copy(GetTransferApplianceEntitlementResponse o)
Copy method to populate the builder with values from the given instance.GetTransferApplianceEntitlementResponse.Builder
headers(Map<String,List<String>> headers)
GetTransferApplianceEntitlementResponse.Builder
opcRequestId(String opcRequestId)
GetTransferApplianceEntitlementResponse.Builder
transferApplianceEntitlement(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:
headers
in 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:
copy
in 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:
build
in interfaceBmcResponse.Builder<GetTransferApplianceEntitlementResponse>
- Returns:
- the response object
-
-