Interface AssociateCapacityReservationBillingOwnerResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<AssociateCapacityReservationBillingOwnerResponse.Builder,,AssociateCapacityReservationBillingOwnerResponse> Ec2Response.Builder,SdkBuilder<AssociateCapacityReservationBillingOwnerResponse.Builder,,AssociateCapacityReservationBillingOwnerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AssociateCapacityReservationBillingOwnerResponse
@Mutable
@NotThreadSafe
public static interface AssociateCapacityReservationBillingOwnerResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateCapacityReservationBillingOwnerResponse.Builder,AssociateCapacityReservationBillingOwnerResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionreturnValue(Boolean returnValue) Returnstrueif the request succeeds; otherwise, it returns an error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
returnValue
Returns
trueif the request succeeds; otherwise, it returns an error.- Parameters:
 returnValue- Returnstrueif the request succeeds; otherwise, it returns an error.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -