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