AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The GetDomainDetail response includes the following elements.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Route53Domains.Model.GetDomainDetailResponse

Namespace: Amazon.Route53Domains.Model
Assembly: AWSSDK.Route53Domains.dll
Version: 3.x.y.z

Syntax

C#
public class GetDomainDetailResponse : AmazonWebServiceResponse

The GetDomainDetailResponse type exposes the following members

Constructors

NameDescription
Public Method GetDomainDetailResponse()

Properties

NameTypeDescription
Public Property AbuseContactEmail System.String

Gets and sets the property AbuseContactEmail.

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.

Public Property AbuseContactPhone System.String

Gets and sets the property AbuseContactPhone.

Phone number for reporting abuse.

Public Property AdminContact Amazon.Route53Domains.Model.ContactDetail

Gets and sets the property AdminContact.

Provides details about the domain administrative contact.

Public Property AdminPrivacy System.Boolean

Gets and sets the property AdminPrivacy.

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.

Public Property AutoRenew System.Boolean

Gets and sets the property AutoRenew.

Specifies whether the domain registration is set to renew automatically.

Public Property BillingContact Amazon.Route53Domains.Model.ContactDetail

Gets and sets the property BillingContact.

Provides details about the domain billing contact.

Public Property BillingPrivacy System.Boolean

Gets and sets the property BillingPrivacy.

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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

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).

Public Property DnsSec System.String

Gets and sets the property DnsSec.

Deprecated.

Public Property DnssecKeys System.Collections.Generic.List<Amazon.Route53Domains.Model.DnssecKey>

Gets and sets the property DnssecKeys.

A complex type that contains information about the DNSSEC configuration.

Public Property DomainName System.String

Gets and sets the property DomainName.

The name of a domain.

Public Property ExpirationDate System.DateTime

Gets and sets the property ExpirationDate.

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).

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Nameservers System.Collections.Generic.List<Amazon.Route53Domains.Model.Nameserver>

Gets and sets the property Nameservers.

The name servers of the domain.

Public Property RegistrantContact Amazon.Route53Domains.Model.ContactDetail

Gets and sets the property RegistrantContact.

Provides details about the domain registrant.

Public Property RegistrantPrivacy System.Boolean

Gets and sets the property RegistrantPrivacy.

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).

Public Property RegistrarName System.String

Gets and sets the property RegistrarName.

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

Public Property RegistrarUrl System.String

Gets and sets the property RegistrarUrl.

Web address of the registrar.

Public Property RegistryDomainId System.String

Gets and sets the property RegistryDomainId.

Reserved for future use.

Public Property Reseller System.String

Gets and sets the property Reseller.

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

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property StatusList System.Collections.Generic.List<System.String>

Gets and sets the property StatusList.

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.)

Public Property TechContact Amazon.Route53Domains.Model.ContactDetail

Gets and sets the property TechContact.

Provides details about the domain technical contact.

Public Property TechPrivacy System.Boolean

Gets and sets the property TechPrivacy.

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.

Public Property UpdatedDate System.DateTime

Gets and sets the property UpdatedDate.

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).

Public Property WhoIsServer System.String

Gets and sets the property WhoIsServer.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5