public static class GetZoneResponse.Builder extends Object implements BmcResponse.Builder<GetZoneResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetZoneResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetZoneResponse |
build()
Build the response object.
|
GetZoneResponse.Builder |
copy(GetZoneResponse o)
Copy method to populate the builder with values from the given instance.
|
GetZoneResponse.Builder |
eTag(String eTag)
The current version of the resource, ending with a representation-specific suffix.
|
GetZoneResponse.Builder |
headers(Map<String,List<String>> headers) |
GetZoneResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetZoneResponse.Builder |
zone(Zone zone)
The returned
Zone instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetZoneResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetZoneResponse>
public GetZoneResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetZoneResponse>
public GetZoneResponse.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.
opcRequestId
- the value to setpublic GetZoneResponse.Builder eTag(String eTag)
The current version of the resource, ending with a representation-specific suffix. This value may be used in If-Match and If-None-Match headers for later requests of the same resource.
eTag
- the value to setpublic GetZoneResponse.Builder zone(Zone zone)
The returned Zone
instance.
zone
- the value to setpublic GetZoneResponse.Builder copy(GetZoneResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetZoneResponse>
o
- other request from which to copy valuespublic GetZoneResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetZoneResponse>
Copyright © 2016–2024. All rights reserved.