@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public BatchDetachTypedLink clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.