C# Class Amazon.CloudFront.Model.ListInvalidationsRequest

Container for the parameters to the ListInvalidations operation.

List invalidation batches.

Inheritance: AmazonCloudFrontRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ListInvalidationsRequest ( ) : System

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

ListInvalidationsRequest ( string distributionId ) : System

Instantiates ListInvalidationsRequest with the parameterized properties

Private Methods

Method Description
IsSetDistributionId ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool

Method Details

ListInvalidationsRequest() public method

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

ListInvalidationsRequest() public method

Instantiates ListInvalidationsRequest with the parameterized properties
public ListInvalidationsRequest ( string distributionId ) : System
distributionId string The distribution's ID.
return System