Struct aws_sdk_ec2::operation::delete_dhcp_options::builders::DeleteDhcpOptionsOutputBuilder
source · #[non_exhaustive]pub struct DeleteDhcpOptionsOutputBuilder { /* private fields */ }Expand description
A builder for DeleteDhcpOptionsOutput.
Implementations§
source§impl DeleteDhcpOptionsOutputBuilder
impl DeleteDhcpOptionsOutputBuilder
sourcepub fn build(self) -> DeleteDhcpOptionsOutput
pub fn build(self) -> DeleteDhcpOptionsOutput
Consumes the builder and constructs a DeleteDhcpOptionsOutput.
Trait Implementations§
source§impl Clone for DeleteDhcpOptionsOutputBuilder
impl Clone for DeleteDhcpOptionsOutputBuilder
source§fn clone(&self) -> DeleteDhcpOptionsOutputBuilder
fn clone(&self) -> DeleteDhcpOptionsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DeleteDhcpOptionsOutputBuilder
impl Default for DeleteDhcpOptionsOutputBuilder
source§fn default() -> DeleteDhcpOptionsOutputBuilder
fn default() -> DeleteDhcpOptionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDhcpOptionsOutputBuilder> for DeleteDhcpOptionsOutputBuilder
impl PartialEq<DeleteDhcpOptionsOutputBuilder> for DeleteDhcpOptionsOutputBuilder
source§fn eq(&self, other: &DeleteDhcpOptionsOutputBuilder) -> bool
fn eq(&self, other: &DeleteDhcpOptionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.