AWS SDK for .NET Documentation
GetInvalidationListRequest Class
AmazonAmazon.CloudFront_2012_03_15.ModelGetInvalidationListRequest Did this page help you?   Yes   No    Tell us about it...
The GetInvalidationListRequest contains the parameters used for the GetInvalidationList operation.
Required Parameter: DistributionId
Declaration Syntax
C#
public class GetInvalidationListRequest : BaseRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetInvalidationListRequest()()()()
Initializes a new instance of the GetInvalidationListRequest class

AddHeaders(NameValueCollection)
Adds all of the key/value pairs from collection into our request header.
(Inherited from BaseRequest.)
DistributionId
Gets and Sets the DistributionId property for the Distribution

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Marker
Gets and sets the Marker property. All keys returned will be lexiographically after the marker.

MaxItems
Gets and sets the MaxItems property. Limits the result set of keys to MaxItems.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDistributionId(String) Obsolete.
Sets the DistributionId property of this request to the value passed in.

WithMarker(String) Obsolete.
Sets the Marker property for this request. All keys returned will be lexiographically after the marker.

WithMaxItems(Int32) Obsolete.
Sets the MaxItems property for this request. Limits the result set of keys to MaxItems.

Inheritance Hierarchy
Object
BaseRequest
 GetInvalidationListRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)