AWS SDK for .NET Documentation
ListOriginAccessIdentitiesRequest Class
AmazonAmazon.CloudFront_2012_03_15.ModelListOriginAccessIdentitiesRequest Did this page help you?   Yes   No    Tell us about it...
The ListOriginAccessIdentitiesRequest contains the parameters used for the ListOriginAccessIdentities operation. All parameters to this request object are optional.
Declaration Syntax
C#
public class ListOriginAccessIdentitiesRequest : CloudFrontRequest
Members
All MembersConstructorsMethodsProperties



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

AddHeaders(NameValueCollection)
Adds all of the key/value pairs from collection into our request header.
(Inherited from BaseRequest.)
DistributionConfig
Gets and Sets the DistributionConfig property.
(Inherited from CloudFrontRequest.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
Gets and sets the ETag property.
(Inherited from CloudFrontRequest.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Id
Gets and sets the Id property.
(Inherited from CloudFrontRequest.)
Marker
Gets and sets the Marker property. All keys returned will be lexiographically after the marker.
(Overrides CloudFrontRequest.Marker.)
MaxItems
Gets and sets the MaxItems property. Limits the result set of keys to MaxItems.
(Overrides CloudFrontRequest.MaxItems.)
StreamingDistributionConfig
Gets and Sets the StreamingDistributionConfig property.
(Inherited from CloudFrontRequest.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithMarker(String) Obsolete.
Sets the Marker property for this request. All keys returned will be lexiographically after the marker.

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

Inheritance Hierarchy
Object
BaseRequest
 CloudFrontRequest
  ListOriginAccessIdentitiesRequest

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