@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDetachObjectResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a DetachObject response operation.
| Constructor and Description |
|---|
BatchDetachObjectResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchDetachObjectResponse |
clone() |
boolean |
equals(Object obj) |
String |
getDetachedObjectIdentifier()
The
ObjectIdentifier of the detached object. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDetachedObjectIdentifier(String detachedObjectIdentifier)
The
ObjectIdentifier of the detached object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchDetachObjectResponse |
withDetachedObjectIdentifier(String detachedObjectIdentifier)
The
ObjectIdentifier of the detached object. |
public void setDetachedObjectIdentifier(String detachedObjectIdentifier)
The ObjectIdentifier of the detached object.
detachedObjectIdentifier - The ObjectIdentifier of the detached object.public String getDetachedObjectIdentifier()
The ObjectIdentifier of the detached object.
ObjectIdentifier of the detached object.public BatchDetachObjectResponse withDetachedObjectIdentifier(String detachedObjectIdentifier)
The ObjectIdentifier of the detached object.
detachedObjectIdentifier - The ObjectIdentifier of the detached object.public String toString()
toString in class ObjectObject.toString()public BatchDetachObjectResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.