Struct aws_sdk_ec2::model::failed_capacity_reservation_fleet_cancellation_result::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for FailedCapacityReservationFleetCancellationResult
Implementations
The ID of the Capacity Reservation Fleet that could not be cancelled.
The ID of the Capacity Reservation Fleet that could not be cancelled.
pub fn cancel_capacity_reservation_fleet_error(
self,
input: CancelCapacityReservationFleetError
) -> Self
pub fn cancel_capacity_reservation_fleet_error(
self,
input: CancelCapacityReservationFleetError
) -> Self
Information about the Capacity Reservation Fleet cancellation error.
pub fn set_cancel_capacity_reservation_fleet_error(
self,
input: Option<CancelCapacityReservationFleetError>
) -> Self
pub fn set_cancel_capacity_reservation_fleet_error(
self,
input: Option<CancelCapacityReservationFleetError>
) -> Self
Information about the Capacity Reservation Fleet cancellation error.
Consumes the builder and constructs a FailedCapacityReservationFleetCancellationResult
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more