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