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