#[non_exhaustive]pub struct DeleteConditionalForwarderInput { /* private fields */ }Expand description
Deletes a conditional forwarder.
Implementations
sourceimpl DeleteConditionalForwarderInput
impl DeleteConditionalForwarderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConditionalForwarder, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConditionalForwarder, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteConditionalForwarder>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteConditionalForwarderInput.
sourceimpl DeleteConditionalForwarderInput
impl DeleteConditionalForwarderInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The directory ID for which you are deleting the conditional forwarder.
sourcepub fn remote_domain_name(&self) -> Option<&str>
pub fn remote_domain_name(&self) -> Option<&str>
The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.
Trait Implementations
sourceimpl Clone for DeleteConditionalForwarderInput
impl Clone for DeleteConditionalForwarderInput
sourcefn clone(&self) -> DeleteConditionalForwarderInput
fn clone(&self) -> DeleteConditionalForwarderInput
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 PartialEq<DeleteConditionalForwarderInput> for DeleteConditionalForwarderInput
impl PartialEq<DeleteConditionalForwarderInput> for DeleteConditionalForwarderInput
sourcefn eq(&self, other: &DeleteConditionalForwarderInput) -> bool
fn eq(&self, other: &DeleteConditionalForwarderInput) -> bool
impl StructuralPartialEq for DeleteConditionalForwarderInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteConditionalForwarderInput
impl Send for DeleteConditionalForwarderInput
impl Sync for DeleteConditionalForwarderInput
impl Unpin for DeleteConditionalForwarderInput
impl UnwindSafe for DeleteConditionalForwarderInput
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