AWS SDK Version 2 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.

.NET Framework 3.5
 
Configuration for accessing Amazon GetDomainDetail service

Inheritance Hierarchy

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

Namespace: Amazon.Route53Domains.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class GetDomainDetailResponse : GetDomainDetailResult

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.

Type: String

Public Property AbuseContactPhone System.String Gets and sets the property AbuseContactPhone.

Phone number for reporting abuse.

Type: String

Public Property AdminContact Amazon.Route53Domains.Model.ContactDetail Gets and sets the property AdminContact.

Provides details about the domain administrative contact.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Public Property AdminPrivacy System.Boolean Gets and sets the property AdminPrivacy.

Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.

Type: Boolean

Public Property AutoRenew System.Boolean Gets and sets the property AutoRenew.

Specifies whether the domain registration is set to renew automatically.

Type: Boolean

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 format is Unix time.

Public Property DnsSec System.String Gets and sets the property DnsSec.

Reserved for future use.

Public Property DomainName System.String Gets and sets the property DomainName.

The name of a domain.

Type: String

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 format is Unix time.

Public Property GetDomainDetailResult Amazon.Route53Domains.Model.GetDomainDetailResult Gets and sets the GetDomainDetailResult property. Represents the output of a GetDomainDetail operation.
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 of the domain.

Type: String

Public Property RegistrantContact Amazon.Route53Domains.Model.ContactDetail Gets and sets the property RegistrantContact.

Provides details about the domain registrant.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Public Property RegistrantPrivacy System.Boolean Gets and sets the property RegistrantPrivacy.

Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.

Type: Boolean

Public Property RegistrarName System.String Gets and sets the property RegistrarName.

Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is "GANDI SAS".

Type: String

Public Property RegistrarUrl System.String Gets and sets the property RegistrarUrl.

Web address of the registrar.

Type: String

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 Amazon Route 53 domains will have "Amazon" as the reseller.

Type: String

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

Type: Array of String

Public Property TechContact Amazon.Route53Domains.Model.ContactDetail Gets and sets the property TechContact.

Provides details about the domain technical contact.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Public Property TechPrivacy System.Boolean Gets and sets the property TechPrivacy.

Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.

Type: Boolean

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 format is Unix time.

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.

Type: String

Version Information

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