Class GetAssetResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudbridge.responses.GetAssetResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetAssetResponse>
 - Enclosing class:
- GetAssetResponse
 
 public static class GetAssetResponse.Builder extends Object implements BmcResponse.Builder<GetAssetResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAssetResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetAssetResponse.Builderasset(Asset asset)The returned Asset instance.GetAssetResponsebuild()Build the response object.GetAssetResponse.Buildercopy(GetAssetResponse o)Copy method to populate the builder with values from the given instance.GetAssetResponse.Builderetag(String etag)For optimistic concurrency control.GetAssetResponse.Builderheaders(Map<String,List<String>> headers)GetAssetResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public GetAssetResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetAssetResponse>
 
 - 
headerspublic GetAssetResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetAssetResponse>
 
 - 
etagpublic GetAssetResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic GetAssetResponse.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. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
assetpublic GetAssetResponse.Builder asset(Asset asset) The returned Asset instance.- Parameters:
- asset- the value to set
- Returns:
- this builder
 
 - 
copypublic GetAssetResponse.Builder copy(GetAssetResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetAssetResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetAssetResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetAssetResponse>
- Returns:
- the response object
 
 
- 
 
-