Struct aws_sdk_apigateway::input::GetBasePathMappingInput
source · [−]#[non_exhaustive]pub struct GetBasePathMappingInput { /* private fields */ }Expand description
Request to describe a BasePathMapping resource.
Implementations
sourceimpl GetBasePathMappingInput
impl GetBasePathMappingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBasePathMapping, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBasePathMapping, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBasePathMapping>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBasePathMappingInput.
sourceimpl GetBasePathMappingInput
impl GetBasePathMappingInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain name of the BasePathMapping resource to be described.
sourcepub fn base_path(&self) -> Option<&str>
pub fn base_path(&self) -> Option<&str>
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
sourceimpl Clone for GetBasePathMappingInput
impl Clone for GetBasePathMappingInput
sourcefn clone(&self) -> GetBasePathMappingInput
fn clone(&self) -> GetBasePathMappingInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetBasePathMappingInput
impl Debug for GetBasePathMappingInput
sourceimpl PartialEq<GetBasePathMappingInput> for GetBasePathMappingInput
impl PartialEq<GetBasePathMappingInput> for GetBasePathMappingInput
sourcefn eq(&self, other: &GetBasePathMappingInput) -> bool
fn eq(&self, other: &GetBasePathMappingInput) -> bool
impl StructuralPartialEq for GetBasePathMappingInput
Auto Trait Implementations
impl RefUnwindSafe for GetBasePathMappingInput
impl Send for GetBasePathMappingInput
impl Sync for GetBasePathMappingInput
impl Unpin for GetBasePathMappingInput
impl UnwindSafe for GetBasePathMappingInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more