#[non_exhaustive]
pub struct GetDomainDetailOutputBuilder { /* private fields */ }
Expand description

A builder for GetDomainDetailOutput.

Implementations§

source§

impl GetDomainDetailOutputBuilder

source

pub fn domain_name(self, input: impl Into<String>) -> Self

The name of a domain.

source

pub fn set_domain_name(self, input: Option<String>) -> Self

The name of a domain.

source

pub fn get_domain_name(&self) -> &Option<String>

The name of a domain.

source

pub fn nameservers(self, input: Nameserver) -> Self

Appends an item to nameservers.

To override the contents of this collection use set_nameservers.

The name servers of the domain.

source

pub fn set_nameservers(self, input: Option<Vec<Nameserver>>) -> Self

The name servers of the domain.

source

pub fn get_nameservers(&self) -> &Option<Vec<Nameserver>>

The name servers of the domain.

source

pub fn auto_renew(self, input: bool) -> Self

Specifies whether the domain registration is set to renew automatically.

source

pub fn set_auto_renew(self, input: Option<bool>) -> Self

Specifies whether the domain registration is set to renew automatically.

source

pub fn get_auto_renew(&self) -> &Option<bool>

Specifies whether the domain registration is set to renew automatically.

source

pub fn admin_contact(self, input: ContactDetail) -> Self

Provides details about the domain administrative contact.

source

pub fn set_admin_contact(self, input: Option<ContactDetail>) -> Self

Provides details about the domain administrative contact.

source

pub fn get_admin_contact(&self) -> &Option<ContactDetail>

Provides details about the domain administrative contact.

source

pub fn registrant_contact(self, input: ContactDetail) -> Self

Provides details about the domain registrant.

source

pub fn set_registrant_contact(self, input: Option<ContactDetail>) -> Self

Provides details about the domain registrant.

source

pub fn get_registrant_contact(&self) -> &Option<ContactDetail>

Provides details about the domain registrant.

source

pub fn tech_contact(self, input: ContactDetail) -> Self

Provides details about the domain technical contact.

source

pub fn set_tech_contact(self, input: Option<ContactDetail>) -> Self

Provides details about the domain technical contact.

source

pub fn get_tech_contact(&self) -> &Option<ContactDetail>

Provides details about the domain technical contact.

source

pub fn admin_privacy(self, input: bool) -> Self

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the admin contact.

source

pub fn set_admin_privacy(self, input: Option<bool>) -> Self

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the admin contact.

source

pub fn get_admin_privacy(&self) -> &Option<bool>

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the admin contact.

source

pub fn registrant_privacy(self, input: bool) -> Self

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

source

pub fn set_registrant_privacy(self, input: Option<bool>) -> Self

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

source

pub fn get_registrant_privacy(&self) -> &Option<bool>

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

source

pub fn tech_privacy(self, input: bool) -> Self

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the technical contact.

source

pub fn set_tech_privacy(self, input: Option<bool>) -> Self

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the technical contact.

source

pub fn get_tech_privacy(&self) -> &Option<bool>

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the technical contact.

source

pub fn registrar_name(self, input: impl Into<String>) -> Self

Name of the registrar of the domain as identified in the registry.

source

pub fn set_registrar_name(self, input: Option<String>) -> Self

Name of the registrar of the domain as identified in the registry.

source

pub fn get_registrar_name(&self) -> &Option<String>

Name of the registrar of the domain as identified in the registry.

source

pub fn who_is_server(self, input: impl Into<String>) -> Self

The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.

source

pub fn set_who_is_server(self, input: Option<String>) -> Self

The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.

source

pub fn get_who_is_server(&self) -> &Option<String>

The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.

source

pub fn registrar_url(self, input: impl Into<String>) -> Self

Web address of the registrar.

source

pub fn set_registrar_url(self, input: Option<String>) -> Self

Web address of the registrar.

source

pub fn get_registrar_url(&self) -> &Option<String>

Web address of the registrar.

source

pub fn abuse_contact_email(self, input: impl Into<String>) -> Self

Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.

source

pub fn set_abuse_contact_email(self, input: Option<String>) -> Self

Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.

source

pub fn get_abuse_contact_email(&self) -> &Option<String>

Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.

source

pub fn abuse_contact_phone(self, input: impl Into<String>) -> Self

Phone number for reporting abuse.

source

pub fn set_abuse_contact_phone(self, input: Option<String>) -> Self

Phone number for reporting abuse.

source

pub fn get_abuse_contact_phone(&self) -> &Option<String>

Phone number for reporting abuse.

source

pub fn registry_domain_id(self, input: impl Into<String>) -> Self

Reserved for future use.

source

pub fn set_registry_domain_id(self, input: Option<String>) -> Self

Reserved for future use.

source

pub fn get_registry_domain_id(&self) -> &Option<String>

Reserved for future use.

source

pub fn creation_date(self, input: DateTime) -> Self

The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

source

pub fn set_creation_date(self, input: Option<DateTime>) -> Self

The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

source

pub fn get_creation_date(&self) -> &Option<DateTime>

The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

source

pub fn updated_date(self, input: DateTime) -> Self

The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

source

pub fn set_updated_date(self, input: Option<DateTime>) -> Self

The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

source

pub fn get_updated_date(&self) -> &Option<DateTime>

The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

source

pub fn expiration_date(self, input: DateTime) -> Self

The date when the registration for the domain is set to expire. The date and time is in Unix time format and Coordinated Universal time (UTC).

source

pub fn set_expiration_date(self, input: Option<DateTime>) -> Self

The date when the registration for the domain is set to expire. The date and time is in Unix time format and Coordinated Universal time (UTC).

source

pub fn get_expiration_date(&self) -> &Option<DateTime>

The date when the registration for the domain is set to expire. The date and time is in Unix time format and Coordinated Universal time (UTC).

source

pub fn reseller(self, input: impl Into<String>) -> Self

Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon" as the reseller.

source

pub fn set_reseller(self, input: Option<String>) -> Self

Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon" as the reseller.

source

pub fn get_reseller(&self) -> &Option<String>

Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon" as the reseller.

source

pub fn dns_sec(self, input: impl Into<String>) -> Self

Deprecated.

source

pub fn set_dns_sec(self, input: Option<String>) -> Self

Deprecated.

source

pub fn get_dns_sec(&self) -> &Option<String>

Deprecated.

source

pub fn status_list(self, input: impl Into<String>) -> Self

Appends an item to status_list.

To override the contents of this collection use set_status_list.

An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.

ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.

For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes. (Search on the ICANN website; web searches sometimes return an old version of the document.)

source

pub fn set_status_list(self, input: Option<Vec<String>>) -> Self

An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.

ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.

For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes. (Search on the ICANN website; web searches sometimes return an old version of the document.)

source

pub fn get_status_list(&self) -> &Option<Vec<String>>

An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.

ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.

For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes. (Search on the ICANN website; web searches sometimes return an old version of the document.)

source

pub fn dnssec_keys(self, input: DnssecKey) -> Self

Appends an item to dnssec_keys.

To override the contents of this collection use set_dnssec_keys.

A complex type that contains information about the DNSSEC configuration.

source

pub fn set_dnssec_keys(self, input: Option<Vec<DnssecKey>>) -> Self

A complex type that contains information about the DNSSEC configuration.

source

pub fn get_dnssec_keys(&self) -> &Option<Vec<DnssecKey>>

A complex type that contains information about the DNSSEC configuration.

source

pub fn billing_contact(self, input: ContactDetail) -> Self

Provides details about the domain billing contact.

source

pub fn set_billing_contact(self, input: Option<ContactDetail>) -> Self

Provides details about the domain billing contact.

source

pub fn get_billing_contact(&self) -> &Option<ContactDetail>

Provides details about the domain billing contact.

source

pub fn billing_privacy(self, input: bool) -> Self

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the billing contact.

source

pub fn set_billing_privacy(self, input: Option<bool>) -> Self

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the billing contact.

source

pub fn get_billing_privacy(&self) -> &Option<bool>

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If the value is false, WHOIS queries return the information that you entered for the billing contact.

source

pub fn build(self) -> GetDomainDetailOutput

Consumes the builder and constructs a GetDomainDetailOutput.

Trait Implementations§

source§

impl Clone for GetDomainDetailOutputBuilder

source§

fn clone(&self) -> GetDomainDetailOutputBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GetDomainDetailOutputBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for GetDomainDetailOutputBuilder

source§

fn default() -> GetDomainDetailOutputBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for GetDomainDetailOutputBuilder

source§

fn eq(&self, other: &GetDomainDetailOutputBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for GetDomainDetailOutputBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more