@Generated(value="software.amazon.awssdk:codegen") public final class BatchListPolicyAttachments extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListPolicyAttachments.Builder,BatchListPolicyAttachments>
Returns all of the ObjectIdentifiers to which a given policy is attached inside a BatchRead
operation. For more information, see ListPolicyAttachments and BatchReadRequest$Operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchListPolicyAttachments.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchListPolicyAttachments.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 |
policyReference()
The reference that identifies the policy object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchListPolicyAttachments.Builder> |
serializableBuilderClass() |
BatchListPolicyAttachments.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ObjectReference policyReference()
The reference that identifies the policy object.
public final String nextToken()
The pagination token.
public final Integer maxResults()
The maximum number of results to retrieve.
public BatchListPolicyAttachments.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchListPolicyAttachments.Builder,BatchListPolicyAttachments>public static BatchListPolicyAttachments.Builder builder()
public static Class<? extends BatchListPolicyAttachments.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.