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