@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)
Marshalls this structured data using the given
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 Batches for more information.
batchReferenceName
- The batch reference name. See Batches
for more information.public String getBatchReferenceName()
The batch reference name. See Batches for more information.
public BatchDetachObject withBatchReferenceName(String batchReferenceName)
The batch reference name. See Batches for more information.
batchReferenceName
- The batch reference name. See Batches
for more information.public String toString()
toString
in class Object
Object.toString()
public BatchDetachObject 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.