Class BatchListObjectChildren
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchListObjectChildren
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchListObjectChildren.Builder,BatchListObjectChildren>
@Generated("software.amazon.awssdk:codegen") public final class BatchListObjectChildren extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListObjectChildren.Builder,BatchListObjectChildren>
Represents the output of a ListObjectChildren operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchListObjectChildren.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchListObjectChildren.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()Maximum number of items to be retrieved in a single call.StringnextToken()The pagination token.ObjectReferenceobjectReference()Reference of the object for which child objects are being listed.List<SdkField<?>>sdkFields()static Class<? extends BatchListObjectChildren.Builder>serializableBuilderClass()BatchListObjectChildren.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 for which child objects are being listed.
- Returns:
- Reference of the object for which child objects are being listed.
-
nextToken
public final String nextToken()
The pagination token.
- Returns:
- The pagination token.
-
maxResults
public final Integer maxResults()
Maximum number of items to be retrieved in a single call. This is an approximate number.
- Returns:
- Maximum number of items to be retrieved in a single call. This is an approximate number.
-
toBuilder
public BatchListObjectChildren.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchListObjectChildren.Builder,BatchListObjectChildren>
-
builder
public static BatchListObjectChildren.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchListObjectChildren.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.
-
-