@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAttachObjectResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output batch AttachObject response operation.
| Constructor and Description |
|---|
BatchAttachObjectResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchAttachObjectResponse |
clone() |
boolean |
equals(Object obj) |
String |
getAttachedObjectIdentifier()
The
ObjectIdentifier of the object that has been attached. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttachedObjectIdentifier(String attachedObjectIdentifier)
The
ObjectIdentifier of the object that has been attached. |
String |
toString()
Returns a string representation of this object.
|
BatchAttachObjectResponse |
withAttachedObjectIdentifier(String attachedObjectIdentifier)
The
ObjectIdentifier of the object that has been attached. |
public void setAttachedObjectIdentifier(String attachedObjectIdentifier)
The ObjectIdentifier of the object that has been attached.
attachedObjectIdentifier - The ObjectIdentifier of the object that has been attached.public String getAttachedObjectIdentifier()
The ObjectIdentifier of the object that has been attached.
ObjectIdentifier of the object that has been attached.public BatchAttachObjectResponse withAttachedObjectIdentifier(String attachedObjectIdentifier)
The ObjectIdentifier of the object that has been attached.
attachedObjectIdentifier - The ObjectIdentifier of the object that has been attached.public String toString()
toString in class ObjectObject.toString()public BatchAttachObjectResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.