Package com.oracle.bmc.jms.responses
Class GenerateAgentDeployScriptResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.responses.GenerateAgentDeployScriptResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GenerateAgentDeployScriptResponse>
 - Enclosing class:
- GenerateAgentDeployScriptResponse
 
 public static class GenerateAgentDeployScriptResponse.Builder extends Object implements BmcResponse.Builder<GenerateAgentDeployScriptResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateAgentDeployScriptResponse.Builder__httpStatusCode__(int __httpStatusCode__)GenerateAgentDeployScriptResponsebuild()Build the response object.GenerateAgentDeployScriptResponse.BuildercontentLength(Long contentLength)The content size of the body in bytes.GenerateAgentDeployScriptResponse.BuildercontentType(String contentType)The content type of the body.GenerateAgentDeployScriptResponse.Buildercopy(GenerateAgentDeployScriptResponse o)Copy method to populate the builder with values from the given instance.GenerateAgentDeployScriptResponse.Builderheaders(Map<String,List<String>> headers)GenerateAgentDeployScriptResponse.BuilderinputStream(InputStream inputStream)The returned java.io.InputStream instance.GenerateAgentDeployScriptResponse.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 GenerateAgentDeployScriptResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GenerateAgentDeployScriptResponse>
 
 - 
headerspublic GenerateAgentDeployScriptResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GenerateAgentDeployScriptResponse>
 
 - 
opcRequestIdpublic GenerateAgentDeployScriptResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
contentLengthpublic GenerateAgentDeployScriptResponse.Builder contentLength(Long contentLength) The content size of the body in bytes.- Parameters:
- contentLength- the value to set
- Returns:
- this builder
 
 - 
contentTypepublic GenerateAgentDeployScriptResponse.Builder contentType(String contentType) The content type of the body.- Parameters:
- contentType- the value to set
- Returns:
- this builder
 
 - 
inputStreampublic GenerateAgentDeployScriptResponse.Builder inputStream(InputStream inputStream) The returned java.io.InputStream instance.- Parameters:
- inputStream- the value to set
- Returns:
- this builder
 
 - 
copypublic GenerateAgentDeployScriptResponse.Builder copy(GenerateAgentDeployScriptResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GenerateAgentDeployScriptResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GenerateAgentDeployScriptResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GenerateAgentDeployScriptResponse>
- Returns:
- the response object
 
 
- 
 
-