Struct aws_sdk_apigateway::client::fluent_builders::GetBasePathMapping [−][src]
pub struct GetBasePathMapping<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetBasePathMapping
.
Describe a BasePathMapping
resource.
Implementations
impl<C, M, R> GetBasePathMapping<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetBasePathMapping<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetBasePathMappingOutput, SdkError<GetBasePathMappingError>> where
R::Policy: SmithyRetryPolicy<GetBasePathMappingInputOperationOutputAlias, GetBasePathMappingOutput, GetBasePathMappingError, GetBasePathMappingInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetBasePathMappingOutput, SdkError<GetBasePathMappingError>> where
R::Policy: SmithyRetryPolicy<GetBasePathMappingInputOperationOutputAlias, GetBasePathMappingOutput, GetBasePathMappingError, GetBasePathMappingInputOperationRetryAlias>,
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.
[Required] The domain name of the BasePathMapping
resource to be described.
[Required] The domain name of the BasePathMapping
resource to be described.
[Required] The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.
[Required] The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetBasePathMapping<C, M, R>
impl<C, M, R> Send for GetBasePathMapping<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetBasePathMapping<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetBasePathMapping<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetBasePathMapping<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more