#[non_exhaustive]pub struct DeleteRequestValidatorInput { /* private fields */ }Expand description
Deletes a specified RequestValidator of a given RestApi.
Implementations
sourceimpl DeleteRequestValidatorInput
impl DeleteRequestValidatorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRequestValidator, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRequestValidator, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRequestValidator>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRequestValidatorInput.
sourceimpl DeleteRequestValidatorInput
impl DeleteRequestValidatorInput
sourcepub fn rest_api_id(&self) -> Option<&str>
pub fn rest_api_id(&self) -> Option<&str>
The string identifier of the associated RestApi.
sourcepub fn request_validator_id(&self) -> Option<&str>
pub fn request_validator_id(&self) -> Option<&str>
The identifier of the RequestValidator to be deleted.
Trait Implementations
sourceimpl Clone for DeleteRequestValidatorInput
impl Clone for DeleteRequestValidatorInput
sourcefn clone(&self) -> DeleteRequestValidatorInput
fn clone(&self) -> DeleteRequestValidatorInput
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 DeleteRequestValidatorInput
impl Debug for DeleteRequestValidatorInput
sourceimpl PartialEq<DeleteRequestValidatorInput> for DeleteRequestValidatorInput
impl PartialEq<DeleteRequestValidatorInput> for DeleteRequestValidatorInput
sourcefn eq(&self, other: &DeleteRequestValidatorInput) -> bool
fn eq(&self, other: &DeleteRequestValidatorInput) -> bool
impl StructuralPartialEq for DeleteRequestValidatorInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRequestValidatorInput
impl Send for DeleteRequestValidatorInput
impl Sync for DeleteRequestValidatorInput
impl Unpin for DeleteRequestValidatorInput
impl UnwindSafe for DeleteRequestValidatorInput
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