@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDetachObject extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a DetachObject operation.
| Constructor and Description |
|---|
BatchDetachObject() |
| Modifier and Type | Method and Description |
|---|---|
BatchDetachObject |
clone() |
boolean |
equals(Object obj) |
String |
getBatchReferenceName()
The batch reference name.
|
String |
getLinkName()
The name of the link.
|
ObjectReference |
getParentReference()
Parent reference from which the object with the specified link name is detached.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBatchReferenceName(String batchReferenceName)
The batch reference name.
|
void |
setLinkName(String linkName)
The name of the link.
|
void |
setParentReference(ObjectReference parentReference)
Parent reference from which the object with the specified link name is detached.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchDetachObject |
withBatchReferenceName(String batchReferenceName)
The batch reference name.
|
BatchDetachObject |
withLinkName(String linkName)
The name of the link.
|
BatchDetachObject |
withParentReference(ObjectReference parentReference)
Parent reference from which the object with the specified link name is detached.
|
public void setParentReference(ObjectReference parentReference)
Parent reference from which the object with the specified link name is detached.
parentReference - Parent reference from which the object with the specified link name is detached.public ObjectReference getParentReference()
Parent reference from which the object with the specified link name is detached.
public BatchDetachObject withParentReference(ObjectReference parentReference)
Parent reference from which the object with the specified link name is detached.
parentReference - Parent reference from which the object with the specified link name is detached.public void setLinkName(String linkName)
The name of the link.
linkName - The name of the link.public String getLinkName()
The name of the link.
public BatchDetachObject withLinkName(String linkName)
The name of the link.
linkName - The name of the link.public void setBatchReferenceName(String batchReferenceName)
The batch reference name. See Transaction Support for more information.
batchReferenceName - The batch reference name. See Transaction Support for more information.public String getBatchReferenceName()
The batch reference name. See Transaction Support for more information.
public BatchDetachObject withBatchReferenceName(String batchReferenceName)
The batch reference name. See Transaction Support for more information.
batchReferenceName - The batch reference name. See Transaction Support for more information.public String toString()
toString in class ObjectObject.toString()public BatchDetachObject clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.