#[non_exhaustive]pub struct UpdateConditionalForwarderInput { /* private fields */ }Expand description
Updates a conditional forwarder.
Implementations
sourceimpl UpdateConditionalForwarderInput
impl UpdateConditionalForwarderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConditionalForwarder, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConditionalForwarder, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateConditionalForwarder>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateConditionalForwarderInput.
sourceimpl UpdateConditionalForwarderInput
impl UpdateConditionalForwarderInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The directory ID of the Amazon Web Services directory for which to update 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 will set up a trust relationship.
sourcepub fn dns_ip_addrs(&self) -> Option<&[String]>
pub fn dns_ip_addrs(&self) -> Option<&[String]>
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
Trait Implementations
sourceimpl Clone for UpdateConditionalForwarderInput
impl Clone for UpdateConditionalForwarderInput
sourcefn clone(&self) -> UpdateConditionalForwarderInput
fn clone(&self) -> UpdateConditionalForwarderInput
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<UpdateConditionalForwarderInput> for UpdateConditionalForwarderInput
impl PartialEq<UpdateConditionalForwarderInput> for UpdateConditionalForwarderInput
sourcefn eq(&self, other: &UpdateConditionalForwarderInput) -> bool
fn eq(&self, other: &UpdateConditionalForwarderInput) -> bool
impl StructuralPartialEq for UpdateConditionalForwarderInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateConditionalForwarderInput
impl Send for UpdateConditionalForwarderInput
impl Sync for UpdateConditionalForwarderInput
impl Unpin for UpdateConditionalForwarderInput
impl UnwindSafe for UpdateConditionalForwarderInput
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