@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAttachObjectResponse extends Object implements Serializable, Cloneable
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 |
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.
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.