@Generated(value="software.amazon.awssdk:codegen") public final class BatchLookupPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchLookupPolicy.Builder,BatchLookupPolicy>
Lists all policies from the root of the Directory to the object specified inside a BatchRead operation. For more information, see LookupPolicy and BatchReadRequest$Operations.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchLookupPolicy.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchLookupPolicy.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to retrieve.
|
String |
nextToken()
The pagination token.
|
ObjectReference |
objectReference()
Reference that identifies the object whose policies will be looked up.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchLookupPolicy.Builder> |
serializableBuilderClass() |
BatchLookupPolicy.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()
Reference that identifies the object whose policies will be looked up.
public String nextToken()
The pagination token.
public Integer maxResults()
The maximum number of results to retrieve.
public BatchLookupPolicy.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchLookupPolicy.Builder,BatchLookupPolicy>
public static BatchLookupPolicy.Builder builder()
public static Class<? extends BatchLookupPolicy.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.