@Generated(value="software.amazon.awssdk:codegen") public final class DistributionList extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasItems()
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DistributionList.Builder> |
serializableBuilderClass() |
DistributionList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 boolean hasItems()
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.
You can use hasItems() to see if a value was sent in this field.
DistributionSummary element for each distribution that was
created by the current AWS account.public DistributionList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DistributionList.Builder,DistributionList>public static DistributionList.Builder builder()
public static Class<? extends DistributionList.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.