public static class DeactivateDomainResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeactivateDomainResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
DeactivateDomainResponse |
build()
Build the response object.
|
DeactivateDomainResponse.Builder |
copy(DeactivateDomainResponse o)
Copy method to populate the builder with values from the given instance.
|
DeactivateDomainResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DeactivateDomainResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request.
|
public DeactivateDomainResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public DeactivateDomainResponse.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 DeactivateDomainResponse.Builder opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request.
opcWorkRequestId
- the value to setpublic DeactivateDomainResponse.Builder copy(DeactivateDomainResponse o)
Copy method to populate the builder with values from the given instance.
public DeactivateDomainResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.