AWS SDK for .NET Documentation
DistributionList Class
AmazonAmazon.CloudFront.ModelDistributionList Did this page help you?   Yes   No    Tell us about it...
A distribution list.
Declaration Syntax
C#
public class DistributionList
Members
All MembersConstructorsMethodsProperties



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

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.)
IsTruncated
Gets and sets the property IsTruncated. A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

Items
Gets and sets the property Items. A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

Marker
Gets and sets the property Marker. The value you provided for the Marker request parameter.

MaxItems
Gets and sets the property MaxItems. The value you provided for the MaxItems request parameter.

NextMarker
Gets and sets the property NextMarker. If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

Quantity
Gets and sets the property Quantity. The number of distributions that were created by the current AWS account.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithIsTruncated(Boolean) Obsolete.
Sets the IsTruncated property

WithItems(array<DistributionSummary>[]()[][]) Obsolete.
Sets the Items property

WithItems(IEnumerable<(Of <<'(DistributionSummary>)>>)) Obsolete.
Sets the Items property

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxItems(Int32) Obsolete.
Sets the MaxItems property

WithNextMarker(String) Obsolete.
Sets the NextMarker property

WithQuantity(Int32) Obsolete.
Sets the Quantity property

Inheritance Hierarchy
Object
DistributionList

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