public static interface SetDefaultPermissionVersionResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<SetDefaultPermissionVersionResponse.Builder,SetDefaultPermissionVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
SetDefaultPermissionVersionResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
SetDefaultPermissionVersionResponse.Builder |
returnValue(Boolean returnValue)
A boolean value that indicates whether the operation was successful.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetDefaultPermissionVersionResponse.Builder returnValue(Boolean returnValue)
A boolean value that indicates whether the operation was successful.
returnValue - A boolean value that indicates whether the operation was successful.SetDefaultPermissionVersionResponse.Builder clientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken - The idempotency identifier associated with this request. If you want to repeat the same operation in
an idempotent manner then you must include this value in the clientToken request
parameter of that later call. All other parameters must also have the same values that you used in the
first call.Copyright © 2023. All rights reserved.