@Generated(value="software.amazon.awssdk:codegen") public class DistributionList extends Object implements ToCopyableBuilder<DistributionList.Builder,DistributionList>
A distribution list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DistributionList.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DistributionList.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether more distributions remain to be listed.
|
List<DistributionSummary> |
items()
A complex type that contains one
DistributionSummary element for each distribution that was created
by the current AWS account. |
String |
marker()
The value you provided for the
Marker request parameter. |
Integer |
maxItems()
The value you provided for the
MaxItems request parameter. |
String |
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. |
Integer |
quantity()
The number of distributions that were created by the current AWS account.
|
static Class<? extends DistributionList.Builder> |
serializableBuilderClass() |
DistributionList.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String marker()
The value you provided for the Marker request parameter.
Marker request parameter.public String 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.
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.public Integer maxItems()
The value you provided for the MaxItems request parameter.
MaxItems request parameter.public Boolean 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.
Marker request parameter to retrieve more
distributions in the list.public Integer quantity()
The number of distributions that were created by the current AWS account.
public List<DistributionSummary> items()
A complex type that contains one DistributionSummary element for each distribution that was created
by the current AWS account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
DistributionSummary element for each distribution that was
created by the current AWS account.public DistributionList.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DistributionList.Builder,DistributionList>public static DistributionList.Builder builder()
public static Class<? extends DistributionList.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.