public static interface AssociateResourceSharePermissionResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<AssociateResourceSharePermissionResponse.Builder,AssociateResourceSharePermissionResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociateResourceSharePermissionResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
AssociateResourceSharePermissionResponse.Builder |
returnValue(Boolean returnValue)
A return value of
true indicates that the request succeeded. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateResourceSharePermissionResponse.Builder returnValue(Boolean returnValue)
A return value of true indicates that the request succeeded. A value of false
indicates that the request failed.
returnValue - A return value of true indicates that the request succeeded. A value of
false indicates that the request failed.AssociateResourceSharePermissionResponse.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.