Struct aws_sdk_ec2::output::delete_public_ipv4_pool_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeletePublicIpv4PoolOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn return_value(self, input: bool) -> Self
pub fn return_value(self, input: bool) -> Self
Information about the result of deleting the public IPv4 pool.
sourcepub fn set_return_value(self, input: Option<bool>) -> Self
pub fn set_return_value(self, input: Option<bool>) -> Self
Information about the result of deleting the public IPv4 pool.
sourcepub fn build(self) -> DeletePublicIpv4PoolOutput
pub fn build(self) -> DeletePublicIpv4PoolOutput
Consumes the builder and constructs a DeletePublicIpv4PoolOutput
.