Struct aws_sdk_securityhub::types::builders::AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
source · #[non_exhaustive]pub struct AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder { /* private fields */ }Expand description
A builder for AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.
Implementations§
source§impl AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
impl AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
sourcepub fn enable_resource_name_dns_aaaa_record(self, input: bool) -> Self
pub fn enable_resource_name_dns_aaaa_record(self, input: bool) -> Self
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
sourcepub fn set_enable_resource_name_dns_aaaa_record(
self,
input: Option<bool>
) -> Self
pub fn set_enable_resource_name_dns_aaaa_record( self, input: Option<bool> ) -> Self
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
sourcepub fn get_enable_resource_name_dns_aaaa_record(&self) -> &Option<bool>
pub fn get_enable_resource_name_dns_aaaa_record(&self) -> &Option<bool>
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
sourcepub fn enable_resource_name_dns_a_record(self, input: bool) -> Self
pub fn enable_resource_name_dns_a_record(self, input: bool) -> Self
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
sourcepub fn set_enable_resource_name_dns_a_record(self, input: Option<bool>) -> Self
pub fn set_enable_resource_name_dns_a_record(self, input: Option<bool>) -> Self
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
sourcepub fn get_enable_resource_name_dns_a_record(&self) -> &Option<bool>
pub fn get_enable_resource_name_dns_a_record(&self) -> &Option<bool>
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
sourcepub fn hostname_type(self, input: impl Into<String>) -> Self
pub fn hostname_type(self, input: impl Into<String>) -> Self
The type of hostname for EC2 instances.
sourcepub fn set_hostname_type(self, input: Option<String>) -> Self
pub fn set_hostname_type(self, input: Option<String>) -> Self
The type of hostname for EC2 instances.
sourcepub fn get_hostname_type(&self) -> &Option<String>
pub fn get_hostname_type(&self) -> &Option<String>
The type of hostname for EC2 instances.
sourcepub fn build(self) -> AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails
pub fn build(self) -> AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails
Consumes the builder and constructs a AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails.
Trait Implementations§
source§impl Clone for AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
impl Clone for AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
source§fn clone(&self) -> AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
fn clone(&self) -> AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
impl Default for AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
source§fn default() -> AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
fn default() -> AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
source§impl PartialEq for AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
impl PartialEq for AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
source§fn eq(
&self,
other: &AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder
) -> bool
fn eq( &self, other: &AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsBuilder ) -> bool
self and other values to be equal, and is used
by ==.