@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAttachObject extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of an AttachObject operation.
| Constructor and Description |
|---|
BatchAttachObject() |
| Modifier and Type | Method and Description |
|---|---|
BatchAttachObject |
clone() |
boolean |
equals(Object obj) |
ObjectReference |
getChildReference()
Child object reference to be attached to the object.
|
String |
getLinkName()
The name of the link.
|
ObjectReference |
getParentReference()
Parent object reference.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setChildReference(ObjectReference childReference)
Child object reference to be attached to the object.
|
void |
setLinkName(String linkName)
The name of the link.
|
void |
setParentReference(ObjectReference parentReference)
Parent object reference.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchAttachObject |
withChildReference(ObjectReference childReference)
Child object reference to be attached to the object.
|
BatchAttachObject |
withLinkName(String linkName)
The name of the link.
|
BatchAttachObject |
withParentReference(ObjectReference parentReference)
Parent object reference.
|
public void setParentReference(ObjectReference parentReference)
Parent object reference.
parentReference - Parent object reference.public ObjectReference getParentReference()
Parent object reference.
public BatchAttachObject withParentReference(ObjectReference parentReference)
Parent object reference.
parentReference - Parent object reference.public void setChildReference(ObjectReference childReference)
Child object reference to be attached to the object.
childReference - Child object reference to be attached to the object.public ObjectReference getChildReference()
Child object reference to be attached to the object.
public BatchAttachObject withChildReference(ObjectReference childReference)
Child object reference to be attached to the object.
childReference - Child object reference to be attached to the object.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 BatchAttachObject withLinkName(String linkName)
The name of the link.
linkName - The name of the link.public String toString()
toString in class ObjectObject.toString()public BatchAttachObject clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.