Struct aws_sdk_directory::operation::delete_conditional_forwarder::DeleteConditionalForwarderInput
source · #[non_exhaustive]pub struct DeleteConditionalForwarderInput { /* private fields */ }Expand description
Deletes a conditional forwarder.
Implementations§
source§impl 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.
source§impl DeleteConditionalForwarderInput
impl DeleteConditionalForwarderInput
sourcepub fn builder() -> DeleteConditionalForwarderInputBuilder
pub fn builder() -> DeleteConditionalForwarderInputBuilder
Creates a new builder-style object to manufacture DeleteConditionalForwarderInput.
source§impl 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>
Trait Implementations§
source§impl Clone for DeleteConditionalForwarderInput
impl Clone for DeleteConditionalForwarderInput
source§fn clone(&self) -> DeleteConditionalForwarderInput
fn clone(&self) -> DeleteConditionalForwarderInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DeleteConditionalForwarderInput> for DeleteConditionalForwarderInput
impl PartialEq<DeleteConditionalForwarderInput> for DeleteConditionalForwarderInput
source§fn eq(&self, other: &DeleteConditionalForwarderInput) -> bool
fn eq(&self, other: &DeleteConditionalForwarderInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.