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



IconMemberDescription
GetInvalidationRequest()()()()
Initializes a new instance of the GetInvalidationRequest 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.)
InvalidationId
Gets and Sets the InvalidationId property for the invalidation

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

WithDistributionId(String) Obsolete.
Sets the DistributionId property of this request to the value passed in.

WithInvalidationId(String) Obsolete.
Sets the InvalidationId property of this request to the value passed in.

Inheritance Hierarchy
Object
BaseRequest
 GetInvalidationRequest

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