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