Struct aws_sdk_route53resolver::operation::create_firewall_domain_list::CreateFirewallDomainListInput
source · #[non_exhaustive]pub struct CreateFirewallDomainListInput {
pub creator_request_id: Option<String>,
pub name: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.creator_request_id: Option<String>
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.
name: Option<String>
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.
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.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .tags.is_none()
.
source§impl CreateFirewallDomainListInput
impl CreateFirewallDomainListInput
sourcepub fn builder() -> CreateFirewallDomainListInputBuilder
pub fn builder() -> CreateFirewallDomainListInputBuilder
Creates a new builder-style object to manufacture CreateFirewallDomainListInput
.
Trait Implementations§
source§impl Clone for CreateFirewallDomainListInput
impl Clone for CreateFirewallDomainListInput
source§fn clone(&self) -> CreateFirewallDomainListInput
fn clone(&self) -> CreateFirewallDomainListInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for CreateFirewallDomainListInput
impl PartialEq for CreateFirewallDomainListInput
source§fn eq(&self, other: &CreateFirewallDomainListInput) -> bool
fn eq(&self, other: &CreateFirewallDomainListInput) -> bool
self
and other
values to be equal, and is used
by ==
.