Struct aws_sdk_globalaccelerator::operation::delete_endpoint_group::DeleteEndpointGroupOutput
source · #[non_exhaustive]pub struct DeleteEndpointGroupOutput { /* private fields */ }Implementations§
source§impl DeleteEndpointGroupOutput
impl DeleteEndpointGroupOutput
sourcepub fn builder() -> DeleteEndpointGroupOutputBuilder
pub fn builder() -> DeleteEndpointGroupOutputBuilder
Creates a new builder-style object to manufacture DeleteEndpointGroupOutput.
Trait Implementations§
source§impl Clone for DeleteEndpointGroupOutput
impl Clone for DeleteEndpointGroupOutput
source§fn clone(&self) -> DeleteEndpointGroupOutput
fn clone(&self) -> DeleteEndpointGroupOutput
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 Debug for DeleteEndpointGroupOutput
impl Debug for DeleteEndpointGroupOutput
source§impl PartialEq<DeleteEndpointGroupOutput> for DeleteEndpointGroupOutput
impl PartialEq<DeleteEndpointGroupOutput> for DeleteEndpointGroupOutput
source§fn eq(&self, other: &DeleteEndpointGroupOutput) -> bool
fn eq(&self, other: &DeleteEndpointGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteEndpointGroupOutput
impl RequestId for DeleteEndpointGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.