public static class GetSecretResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetSecretResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetSecretResponse |
build() |
GetSecretResponse.Builder |
copy(GetSecretResponse o)
Copy method to populate the builder with values from the given instance.
|
GetSecretResponse.Builder |
etag(String etag) |
GetSecretResponse.Builder |
opcRequestId(String opcRequestId) |
GetSecretResponse.Builder |
secret(Secret secret) |
String |
toString() |
public GetSecretResponse.Builder copy(GetSecretResponse o)
Copy method to populate the builder with values from the given instance.
public GetSecretResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetSecretResponse.Builder etag(String etag)
public GetSecretResponse.Builder opcRequestId(String opcRequestId)
public GetSecretResponse.Builder secret(Secret secret)
public GetSecretResponse build()
Copyright © 2016–2021. All rights reserved.