public static class GetFunctionResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetFunctionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetFunctionResponse |
build() |
GetFunctionResponse.Builder |
copy(GetFunctionResponse o)
Copy method to populate the builder with values from the given instance.
|
GetFunctionResponse.Builder |
etag(String etag) |
GetFunctionResponse.Builder |
function(Function function) |
GetFunctionResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public GetFunctionResponse.Builder copy(GetFunctionResponse o)
Copy method to populate the builder with values from the given instance.
public GetFunctionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetFunctionResponse.Builder etag(String etag)
public GetFunctionResponse.Builder opcRequestId(String opcRequestId)
public GetFunctionResponse.Builder function(Function function)
public GetFunctionResponse build()
Copyright © 2016–2021. All rights reserved.