@Generated(value="software.amazon.awssdk:codegen") public class BatchDetachPolicy extends Object implements StructuredPojo, ToCopyableBuilder<BatchDetachPolicy.Builder,BatchDetachPolicy>
Detaches the specified policy from the specified directory inside a BatchRead operation. For more information, see DetachPolicy and BatchReadRequest$Operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDetachPolicy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDetachPolicy.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. |
ObjectReference |
objectReference()
Reference that identifies the object whose policy object will be detached.
|
ObjectReference |
policyReference()
Reference that identifies the policy object.
|
static Class<? extends BatchDetachPolicy.Builder> |
serializableBuilderClass() |
BatchDetachPolicy.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic ObjectReference policyReference()
Reference that identifies the policy object.
public ObjectReference objectReference()
Reference that identifies the object whose policy object will be detached.
public BatchDetachPolicy.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BatchDetachPolicy.Builder,BatchDetachPolicy>public static BatchDetachPolicy.Builder builder()
public static Class<? extends BatchDetachPolicy.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.