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