@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()
The child object reference that is to be attached to the object.
|
String |
getLinkName()
The name of the link.
|
ObjectReference |
getParentReference()
The parent object reference.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChildReference(ObjectReference childReference)
The child object reference that is to be attached to the object.
|
void |
setLinkName(String linkName)
The name of the link.
|
void |
setParentReference(ObjectReference parentReference)
The parent object reference.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchAttachObject |
withChildReference(ObjectReference childReference)
The child object reference that is to be attached to the object.
|
BatchAttachObject |
withLinkName(String linkName)
The name of the link.
|
BatchAttachObject |
withParentReference(ObjectReference parentReference)
The parent object reference.
|
public void setParentReference(ObjectReference parentReference)
The parent object reference.
parentReference
- The parent object reference.public ObjectReference getParentReference()
The parent object reference.
public BatchAttachObject withParentReference(ObjectReference parentReference)
The parent object reference.
parentReference
- The parent object reference.public void setChildReference(ObjectReference childReference)
The child object reference that is to be attached to the object.
childReference
- The child object reference that is to be attached to the object.public ObjectReference getChildReference()
The child object reference that is to be attached to the object.
public BatchAttachObject withChildReference(ObjectReference childReference)
The child object reference that is to be attached to the object.
childReference
- The child object reference that is 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 Object
Object.toString()
public BatchAttachObject clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.