@Generated(value="software.amazon.awssdk:codegen") public class InvalidationList extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<InvalidationList.Builder,InvalidationList>
The InvalidationList complex type describes the list of invalidation objects. For more information about
invalidation, see Invalidating Objects (Web
Distributions Only) in the Amazon CloudFront Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidationList.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidationList.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether more invalidation batch requests remain to be listed.
|
List<InvalidationSummary> |
items()
A complex type that contains one
InvalidationSummary element for each invalidation batch created by
the current AWS account. |
String |
marker()
The value that you provided for the
Marker request parameter. |
Integer |
maxItems()
The value that you provided for the
MaxItems request parameter. |
String |
nextMarker()
If
IsTruncated is true, this element is present and contains the value that you can use
for the Marker request parameter to continue listing your invalidation batches where they left off. |
Integer |
quantity()
The number of invalidation batches that were created by the current AWS account.
|
static Class<? extends InvalidationList.Builder> |
serializableBuilderClass() |
InvalidationList.Builder |
toBuilder() |
String |
toString() |
public String marker()
The value that 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 that you can use
for the Marker request parameter to continue listing your invalidation batches where they left off.
IsTruncated is true, this element is present and contains the value that you
can use for the Marker request parameter to continue listing your invalidation batches where
they left off.public Integer maxItems()
The value that you provided for the MaxItems request parameter.
MaxItems request parameter.public Boolean isTruncated()
A flag that indicates whether more invalidation batch requests 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 invalidation batches in the list.
Marker request parameter to
retrieve more invalidation batches in the list.public Integer quantity()
The number of invalidation batches that were created by the current AWS account.
public List<InvalidationSummary> items()
A complex type that contains one InvalidationSummary element for each invalidation batch created by
the current AWS account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
InvalidationSummary element for each invalidation batch
created by the current AWS account.public InvalidationList.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InvalidationList.Builder,InvalidationList>public static InvalidationList.Builder builder()
public static Class<? extends InvalidationList.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.