Amazon.Route53.AmazonRoute53Client.GetHostedZone C# (CSharp) Method

GetHostedZone() public method

Retrieves the delegation set for a hosted zone, including the four name servers assigned to the hosted zone. Send a GET request to the /Amazon Route 53 API version/hostedzone/hosted zone ID resource.
/// The input is not valid. /// /// No hosted zone exists with the ID that you specified. ///
public GetHostedZone ( GetHostedZoneRequest request ) : GetHostedZoneResponse
request GetHostedZoneRequest Container for the necessary parameters to execute the GetHostedZone service method.
return GetHostedZoneResponse
        public GetHostedZoneResponse GetHostedZone(GetHostedZoneRequest request)
        {
            var marshaller = new GetHostedZoneRequestMarshaller();
            var unmarshaller = GetHostedZoneResponseUnmarshaller.Instance;

            return Invoke<GetHostedZoneRequest,GetHostedZoneResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client