@Generated(value="software.amazon.awssdk:codegen") public final class BatchListObjectAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListObjectAttributes.Builder,BatchListObjectAttributes>
Represents the output of a ListObjectAttributes operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchListObjectAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchListObjectAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
SchemaFacet |
facetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to be retrieved in a single call.
|
String |
nextToken()
The pagination token.
|
ObjectReference |
objectReference()
Reference of the object whose attributes need to be listed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchListObjectAttributes.Builder> |
serializableBuilderClass() |
BatchListObjectAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ObjectReference objectReference()
Reference of the object whose attributes need to be listed.
public final String nextToken()
The pagination token.
public final Integer maxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
public final SchemaFacet facetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
public BatchListObjectAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchListObjectAttributes.Builder,BatchListObjectAttributes>public static BatchListObjectAttributes.Builder builder()
public static Class<? extends BatchListObjectAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.