@Generated(value="software.amazon.awssdk:codegen") public final class BatchListObjectPolicies extends Object implements StructuredPojo, ToCopyableBuilder<BatchListObjectPolicies.Builder,BatchListObjectPolicies>
Returns policies attached to an object in pagination fashion inside a BatchRead operation. For more information, see ListObjectPolicies and BatchReadRequest$Operations.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchListObjectPolicies.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchListObjectPolicies.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
maxResults()
The maximum number of results to retrieve.
|
String |
nextToken()
The pagination token.
|
ObjectReference |
objectReference()
The reference that identifies the object whose attributes will be listed.
|
static Class<? extends BatchListObjectPolicies.Builder> |
serializableBuilderClass() |
BatchListObjectPolicies.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ObjectReference objectReference()
The reference that identifies the object whose attributes will be listed.
public String nextToken()
The pagination token.
public Integer maxResults()
The maximum number of results to retrieve.
public BatchListObjectPolicies.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchListObjectPolicies.Builder,BatchListObjectPolicies>
public static BatchListObjectPolicies.Builder builder()
public static Class<? extends BatchListObjectPolicies.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.