Class BatchListObjectAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchListObjectAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchListObjectAttributes.Builder,BatchListObjectAttributes>
@Generated("software.amazon.awssdk:codegen") public final class BatchListObjectAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListObjectAttributes.Builder,BatchListObjectAttributes>
Represents the output of a ListObjectAttributes operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchListObjectAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchListObjectAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)SchemaFacetfacetFilter()Used to filter the list of object attributes that are associated with a certain facet.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of items to be retrieved in a single call.StringnextToken()The pagination token.ObjectReferenceobjectReference()Reference of the object whose attributes need to be listed.List<SdkField<?>>sdkFields()static Class<? extends BatchListObjectAttributes.Builder>serializableBuilderClass()BatchListObjectAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
objectReference
public final ObjectReference objectReference()
Reference of the object whose attributes need to be listed.
- Returns:
- Reference of the object whose attributes need to be listed.
-
nextToken
public final String nextToken()
The pagination token.
- Returns:
- The pagination token.
-
maxResults
public final Integer maxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
- Returns:
- The maximum number of items to be retrieved in a single call. This is an approximate number.
-
facetFilter
public final SchemaFacet facetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
- Returns:
- Used to filter the list of object attributes that are associated with a certain facet.
-
toBuilder
public BatchListObjectAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchListObjectAttributes.Builder,BatchListObjectAttributes>
-
builder
public static BatchListObjectAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchListObjectAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-