public static class ListShippingVendorsResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListShippingVendorsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListShippingVendorsResponse |
build()
Build the response object.
|
ListShippingVendorsResponse.Builder |
copy(ListShippingVendorsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListShippingVendorsResponse.Builder |
opcRequestId(String opcRequestId) |
ListShippingVendorsResponse.Builder |
shippingVendors(ShippingVendors shippingVendors)
The returned ShippingVendors instance.
|
public ListShippingVendorsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListShippingVendorsResponse.Builder opcRequestId(String opcRequestId)
opcRequestId
- the value to setpublic ListShippingVendorsResponse.Builder shippingVendors(ShippingVendors shippingVendors)
The returned ShippingVendors instance.
shippingVendors
- the value to setpublic ListShippingVendorsResponse.Builder copy(ListShippingVendorsResponse o)
Copy method to populate the builder with values from the given instance.
public ListShippingVendorsResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.