Struct aws_sdk_route53resolver::operation::update_firewall_domains::builders::UpdateFirewallDomainsOutputBuilder
source · #[non_exhaustive]pub struct UpdateFirewallDomainsOutputBuilder { /* private fields */ }Expand description
A builder for UpdateFirewallDomainsOutput.
Implementations§
source§impl UpdateFirewallDomainsOutputBuilder
impl UpdateFirewallDomainsOutputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the firewall domain list that DNS Firewall just updated.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID of the firewall domain list that DNS Firewall just updated.
sourcepub fn status(self, input: FirewallDomainListStatus) -> Self
pub fn status(self, input: FirewallDomainListStatus) -> Self
Status of the UpdateFirewallDomains request.
sourcepub fn set_status(self, input: Option<FirewallDomainListStatus>) -> Self
pub fn set_status(self, input: Option<FirewallDomainListStatus>) -> Self
Status of the UpdateFirewallDomains request.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
Additional information about the status of the list, if available.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
Additional information about the status of the list, if available.
sourcepub fn build(self) -> UpdateFirewallDomainsOutput
pub fn build(self) -> UpdateFirewallDomainsOutput
Consumes the builder and constructs a UpdateFirewallDomainsOutput.
Trait Implementations§
source§impl Clone for UpdateFirewallDomainsOutputBuilder
impl Clone for UpdateFirewallDomainsOutputBuilder
source§fn clone(&self) -> UpdateFirewallDomainsOutputBuilder
fn clone(&self) -> UpdateFirewallDomainsOutputBuilder
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 Default for UpdateFirewallDomainsOutputBuilder
impl Default for UpdateFirewallDomainsOutputBuilder
source§fn default() -> UpdateFirewallDomainsOutputBuilder
fn default() -> UpdateFirewallDomainsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateFirewallDomainsOutputBuilder> for UpdateFirewallDomainsOutputBuilder
impl PartialEq<UpdateFirewallDomainsOutputBuilder> for UpdateFirewallDomainsOutputBuilder
source§fn eq(&self, other: &UpdateFirewallDomainsOutputBuilder) -> bool
fn eq(&self, other: &UpdateFirewallDomainsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.