@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; useful for testing and debugging.
|
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 Object
Object.toString()
public BatchAttachObjectResponse 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.