#[non_exhaustive]pub struct DeleteEndpointConfigInput { /* private fields */ }
Implementations§
source§impl DeleteEndpointConfigInput
impl DeleteEndpointConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEndpointConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEndpointConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEndpointConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEndpointConfigInput
.
source§impl DeleteEndpointConfigInput
impl DeleteEndpointConfigInput
sourcepub fn endpoint_config_name(&self) -> Option<&str>
pub fn endpoint_config_name(&self) -> Option<&str>
The name of the endpoint configuration that you want to delete.
Trait Implementations§
source§impl Clone for DeleteEndpointConfigInput
impl Clone for DeleteEndpointConfigInput
source§fn clone(&self) -> DeleteEndpointConfigInput
fn clone(&self) -> DeleteEndpointConfigInput
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 DeleteEndpointConfigInput
impl Debug for DeleteEndpointConfigInput
source§impl PartialEq<DeleteEndpointConfigInput> for DeleteEndpointConfigInput
impl PartialEq<DeleteEndpointConfigInput> for DeleteEndpointConfigInput
source§fn eq(&self, other: &DeleteEndpointConfigInput) -> bool
fn eq(&self, other: &DeleteEndpointConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.