public static interface DisassociateTrunkInterfaceResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisassociateTrunkInterfaceResponse.Builder,DisassociateTrunkInterfaceResponse>
| Modifier and Type | Method and Description |
|---|---|
DisassociateTrunkInterfaceResponse.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DisassociateTrunkInterfaceResponse.Builder |
returnValue(Boolean returnValue)
Returns
true if the request succeeds; otherwise, it returns an error. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateTrunkInterfaceResponse.Builder returnValue(Boolean returnValue)
Returns true if the request succeeds; otherwise, it returns an error.
returnValue - Returns true if the request succeeds; otherwise, it returns an error.DisassociateTrunkInterfaceResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.Copyright © 2021. All rights reserved.