Class BatchListPolicyAttachments
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchListPolicyAttachments
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchListPolicyAttachments.Builder,BatchListPolicyAttachments>
@Generated("software.amazon.awssdk:codegen") public final class BatchListPolicyAttachments extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListPolicyAttachments.Builder,BatchListPolicyAttachments>
Returns all of the
ObjectIdentifiersto which a given policy is attached inside a BatchRead operation. For more information, see ListPolicyAttachments and BatchReadRequest$Operations.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchListPolicyAttachments.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchListPolicyAttachments.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to retrieve.StringnextToken()The pagination token.ObjectReferencepolicyReference()The reference that identifies the policy object.List<SdkField<?>>sdkFields()static Class<? extends BatchListPolicyAttachments.Builder>serializableBuilderClass()BatchListPolicyAttachments.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
-
policyReference
public final ObjectReference policyReference()
The reference that identifies the policy object.
- Returns:
- The reference that identifies the policy object.
-
nextToken
public final String nextToken()
The pagination token.
- Returns:
- The pagination token.
-
maxResults
public final Integer maxResults()
The maximum number of results to retrieve.
- Returns:
- The maximum number of results to retrieve.
-
toBuilder
public BatchListPolicyAttachments.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchListPolicyAttachments.Builder,BatchListPolicyAttachments>
-
builder
public static BatchListPolicyAttachments.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchListPolicyAttachments.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.
-
-