public static class GetPlatformConfigurationResponse.Builder extends Object implements BmcResponse.Builder<GetPlatformConfigurationResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetPlatformConfigurationResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetPlatformConfigurationResponse |
build()
Build the response object.
|
GetPlatformConfigurationResponse.Builder |
copy(GetPlatformConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
|
GetPlatformConfigurationResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetPlatformConfigurationResponse.Builder |
headers(Map<String,List<String>> headers) |
GetPlatformConfigurationResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetPlatformConfigurationResponse.Builder |
platformConfiguration(PlatformConfiguration platformConfiguration)
The returned
PlatformConfiguration instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetPlatformConfigurationResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetPlatformConfigurationResponse>
public GetPlatformConfigurationResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetPlatformConfigurationResponse>
public GetPlatformConfigurationResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetPlatformConfigurationResponse.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 GetPlatformConfigurationResponse.Builder platformConfiguration(PlatformConfiguration platformConfiguration)
The returned PlatformConfiguration
instance.
platformConfiguration
- the value to setpublic GetPlatformConfigurationResponse.Builder copy(GetPlatformConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetPlatformConfigurationResponse>
o
- other request from which to copy valuespublic GetPlatformConfigurationResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetPlatformConfigurationResponse>
Copyright © 2016–2024. All rights reserved.