Struct aws_sdk_ec2::model::subnet_cidr_reservation::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for SubnetCidrReservation
Implementations
The ID of the subnet CIDR reservation.
The ID of the subnet CIDR reservation.
The ID of the subnet.
The type of reservation.
The type of reservation.
The ID of the account that owns the subnet CIDR reservation.
The ID of the account that owns the subnet CIDR reservation.
The description assigned to the subnet CIDR reservation.
The description assigned to the subnet CIDR reservation.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags assigned to the subnet CIDR reservation.
The tags assigned to the subnet CIDR reservation.
Consumes the builder and constructs a SubnetCidrReservation
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