Struct aws_sdk_globalaccelerator::operation::delete_endpoint_group::builders::DeleteEndpointGroupOutputBuilder
source · #[non_exhaustive]pub struct DeleteEndpointGroupOutputBuilder { /* private fields */ }Expand description
A builder for DeleteEndpointGroupOutput.
Implementations§
source§impl DeleteEndpointGroupOutputBuilder
impl DeleteEndpointGroupOutputBuilder
sourcepub fn build(self) -> DeleteEndpointGroupOutput
pub fn build(self) -> DeleteEndpointGroupOutput
Consumes the builder and constructs a DeleteEndpointGroupOutput.
Trait Implementations§
source§impl Clone for DeleteEndpointGroupOutputBuilder
impl Clone for DeleteEndpointGroupOutputBuilder
source§fn clone(&self) -> DeleteEndpointGroupOutputBuilder
fn clone(&self) -> DeleteEndpointGroupOutputBuilder
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 DeleteEndpointGroupOutputBuilder
impl Default for DeleteEndpointGroupOutputBuilder
source§fn default() -> DeleteEndpointGroupOutputBuilder
fn default() -> DeleteEndpointGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteEndpointGroupOutputBuilder> for DeleteEndpointGroupOutputBuilder
impl PartialEq<DeleteEndpointGroupOutputBuilder> for DeleteEndpointGroupOutputBuilder
source§fn eq(&self, other: &DeleteEndpointGroupOutputBuilder) -> bool
fn eq(&self, other: &DeleteEndpointGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.