@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDetachTypedLink extends Object implements Serializable, Cloneable, StructuredPojo
Detaches a typed link from a specified source and target object inside a BatchRead operation. For more information, see DetachTypedLink and BatchReadRequest$Operations.
| Constructor and Description |
|---|
BatchDetachTypedLink() |
| Modifier and Type | Method and Description |
|---|---|
BatchDetachTypedLink |
clone() |
boolean |
equals(Object obj) |
TypedLinkSpecifier |
getTypedLinkSpecifier()
Used to accept a typed link specifier as input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
String |
toString()
Returns a string representation of this object.
|
BatchDetachTypedLink |
withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
public void setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
typedLinkSpecifier - Used to accept a typed link specifier as input.public TypedLinkSpecifier getTypedLinkSpecifier()
Used to accept a typed link specifier as input.
public BatchDetachTypedLink withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
typedLinkSpecifier - Used to accept a typed link specifier as input.public String toString()
toString in class ObjectObject.toString()public BatchDetachTypedLink clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.