pub struct GetDevEndpointFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetDevEndpoint.
Retrieves information about a specified development endpoint.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
Implementations§
source§impl GetDevEndpointFluentBuilder
impl GetDevEndpointFluentBuilder
sourcepub fn as_input(&self) -> &GetDevEndpointInputBuilder
pub fn as_input(&self) -> &GetDevEndpointInputBuilder
Access the GetDevEndpoint as a reference.
sourcepub async fn send(
self
) -> Result<GetDevEndpointOutput, SdkError<GetDevEndpointError, HttpResponse>>
pub async fn send( self ) -> Result<GetDevEndpointOutput, SdkError<GetDevEndpointError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetDevEndpointOutput, GetDevEndpointError, Self>
pub fn customize( self ) -> CustomizableOperation<GetDevEndpointOutput, GetDevEndpointError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn endpoint_name(self, input: impl Into<String>) -> Self
pub fn endpoint_name(self, input: impl Into<String>) -> Self
Name of the DevEndpoint to retrieve information for.
sourcepub fn set_endpoint_name(self, input: Option<String>) -> Self
pub fn set_endpoint_name(self, input: Option<String>) -> Self
Name of the DevEndpoint to retrieve information for.
sourcepub fn get_endpoint_name(&self) -> &Option<String>
pub fn get_endpoint_name(&self) -> &Option<String>
Name of the DevEndpoint to retrieve information for.
Trait Implementations§
source§impl Clone for GetDevEndpointFluentBuilder
impl Clone for GetDevEndpointFluentBuilder
source§fn clone(&self) -> GetDevEndpointFluentBuilder
fn clone(&self) -> GetDevEndpointFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more