Package com.oracle.bmc.mysql.responses
Class GetDbSystemResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.mysql.responses.GetDbSystemResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetDbSystemResponse>
 - Enclosing class:
- GetDbSystemResponse
 
 public static class GetDbSystemResponse.Builder extends Object implements BmcResponse.Builder<GetDbSystemResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDbSystemResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetDbSystemResponsebuild()Build the response object.GetDbSystemResponse.Buildercopy(GetDbSystemResponse o)Copy method to populate the builder with values from the given instance.GetDbSystemResponse.BuilderdbSystem(DbSystem dbSystem)The returned DbSystem instance, or null ifGetDbSystemResponse.isNotModified()is true.GetDbSystemResponse.Builderetag(String etag)For optimistic concurrency control.GetDbSystemResponse.Builderheaders(Map<String,List<String>> headers)GetDbSystemResponse.BuilderisNotModified(boolean isNotModified)Flag to indicate whether or not the object was modified.GetDbSystemResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public GetDbSystemResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetDbSystemResponse>
 
 - 
headerspublic GetDbSystemResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetDbSystemResponse>
 
 - 
etagpublic GetDbSystemResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic GetDbSystemResponse.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
 
 - 
dbSystempublic GetDbSystemResponse.Builder dbSystem(DbSystem dbSystem) The returned DbSystem instance, or null ifGetDbSystemResponse.isNotModified()is true.- Parameters:
- dbSystem- the value to set
- Returns:
- this builder
 
 - 
isNotModifiedpublic GetDbSystemResponse.Builder isNotModified(boolean isNotModified) Flag to indicate whether or not the object was modified.If this is true, the getter for the object itself will return null. Callers should check this if they specified one of the request params that might result in a conditional response (like ‘if-match’/‘if-none-match’). - Specified by:
- isNotModifiedin interface- BmcResponse.Builder<GetDbSystemResponse>
- Parameters:
- true- if the object was not modified
 
 - 
copypublic GetDbSystemResponse.Builder copy(GetDbSystemResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetDbSystemResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetDbSystemResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetDbSystemResponse>
- Returns:
- the response object
 
 
- 
 
-