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 4.5
 
Container for the parameters to the ListChangeBatchesByHostedZone operation. This action gets the list of ChangeBatches in a given time period for a given hosted zone.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53.AmazonRoute53Request
      Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest

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

Syntax

C#
public class ListChangeBatchesByHostedZoneRequest : AmazonRoute53Request
         IRequestEvents

The ListChangeBatchesByHostedZoneRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property EndDate System.String Gets and sets the property EndDate.

The end of the time period you want to see changes for.

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

The ID of the hosted zone that you want to see changes for.

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

The page marker.

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

The maximum number of items on a page.

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

The start of the time period you want to see changes for.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8