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