Struct aws_sdk_route53resolver::operation::import_firewall_domains::builders::ImportFirewallDomainsOutputBuilder
source · #[non_exhaustive]pub struct ImportFirewallDomainsOutputBuilder { /* private fields */ }Expand description
A builder for ImportFirewallDomainsOutput.
Implementations§
source§impl ImportFirewallDomainsOutputBuilder
impl ImportFirewallDomainsOutputBuilder
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 import request.
sourcepub fn set_status(self, input: Option<FirewallDomainListStatus>) -> Self
pub fn set_status(self, input: Option<FirewallDomainListStatus>) -> Self
Status of the import 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) -> ImportFirewallDomainsOutput
pub fn build(self) -> ImportFirewallDomainsOutput
Consumes the builder and constructs a ImportFirewallDomainsOutput.
Trait Implementations§
source§impl Clone for ImportFirewallDomainsOutputBuilder
impl Clone for ImportFirewallDomainsOutputBuilder
source§fn clone(&self) -> ImportFirewallDomainsOutputBuilder
fn clone(&self) -> ImportFirewallDomainsOutputBuilder
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 ImportFirewallDomainsOutputBuilder
impl Default for ImportFirewallDomainsOutputBuilder
source§fn default() -> ImportFirewallDomainsOutputBuilder
fn default() -> ImportFirewallDomainsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ImportFirewallDomainsOutputBuilder> for ImportFirewallDomainsOutputBuilder
impl PartialEq<ImportFirewallDomainsOutputBuilder> for ImportFirewallDomainsOutputBuilder
source§fn eq(&self, other: &ImportFirewallDomainsOutputBuilder) -> bool
fn eq(&self, other: &ImportFirewallDomainsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.