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