C# Class Amazon.Route53.Model.GetHostedZoneRequest

Container for the parameters to the GetHostedZone operation. 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.
Inheritance: AmazonRoute53Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetHostedZoneRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

GetHostedZoneRequest ( string id ) : System

Instantiates GetHostedZoneRequest with the parameterized properties

Private Methods

Method Description
IsSetId ( ) : bool

Method Details

GetHostedZoneRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public GetHostedZoneRequest ( ) : System
return System

GetHostedZoneRequest() public method

Instantiates GetHostedZoneRequest with the parameterized properties
public GetHostedZoneRequest ( string id ) : System
id string The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.
return System