public static class GetProtectionSettingsResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetProtectionSettingsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetProtectionSettingsResponse |
build() |
GetProtectionSettingsResponse.Builder |
copy(GetProtectionSettingsResponse o)
Copy method to populate the builder with values from the given instance.
|
GetProtectionSettingsResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetProtectionSettingsResponse.Builder |
opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request.
|
GetProtectionSettingsResponse.Builder |
protectionSettings(ProtectionSettings protectionSettings)
The returned ProtectionSettings instance.
|
String |
toString() |
public GetProtectionSettingsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetProtectionSettingsResponse.Builder copy(GetProtectionSettingsResponse o)
Copy method to populate the builder with values from the given instance.
public GetProtectionSettingsResponse build()
public GetProtectionSettingsResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public GetProtectionSettingsResponse.Builder opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public GetProtectionSettingsResponse.Builder protectionSettings(ProtectionSettings protectionSettings)
The returned ProtectionSettings instance.
this
.Copyright © 2016–2022. All rights reserved.