Struct aws_sdk_route53resolver::operation::create_firewall_domain_list::CreateFirewallDomainListInput
source · #[non_exhaustive]pub struct CreateFirewallDomainListInput { /* private fields */ }Implementations§
source§impl CreateFirewallDomainListInput
impl CreateFirewallDomainListInput
sourcepub fn creator_request_id(&self) -> Option<&str>
pub fn creator_request_id(&self) -> Option<&str>
A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice. CreatorRequestId can be any unique string, for example, a date/time stamp.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A name that lets you identify the domain list to manage and use it.
A list of the tag keys and values that you want to associate with the domain list.
source§impl CreateFirewallDomainListInput
impl CreateFirewallDomainListInput
sourcepub fn builder() -> CreateFirewallDomainListInputBuilder
pub fn builder() -> CreateFirewallDomainListInputBuilder
Creates a new builder-style object to manufacture CreateFirewallDomainListInput.
source§impl CreateFirewallDomainListInput
impl CreateFirewallDomainListInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateFirewallDomainList, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CreateFirewallDomainList, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFirewallDomainList>
Trait Implementations§
source§impl Clone for CreateFirewallDomainListInput
impl Clone for CreateFirewallDomainListInput
source§fn clone(&self) -> CreateFirewallDomainListInput
fn clone(&self) -> CreateFirewallDomainListInput
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<CreateFirewallDomainListInput> for CreateFirewallDomainListInput
impl PartialEq<CreateFirewallDomainListInput> for CreateFirewallDomainListInput
source§fn eq(&self, other: &CreateFirewallDomainListInput) -> bool
fn eq(&self, other: &CreateFirewallDomainListInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.