@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAttachmentUploadResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartAttachmentUploadResult() |
| Modifier and Type | Method and Description |
|---|---|
StartAttachmentUploadResult |
clone() |
boolean |
equals(Object obj) |
String |
getAttachmentId()
A unique identifier for the attachment.
|
UploadMetadata |
getUploadMetadata()
Fields to be used while uploading the attachment.
|
int |
hashCode() |
void |
setAttachmentId(String attachmentId)
A unique identifier for the attachment.
|
void |
setUploadMetadata(UploadMetadata uploadMetadata)
Fields to be used while uploading the attachment.
|
String |
toString()
Returns a string representation of this object.
|
StartAttachmentUploadResult |
withAttachmentId(String attachmentId)
A unique identifier for the attachment.
|
StartAttachmentUploadResult |
withUploadMetadata(UploadMetadata uploadMetadata)
Fields to be used while uploading the attachment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAttachmentId(String attachmentId)
A unique identifier for the attachment.
attachmentId - A unique identifier for the attachment.public String getAttachmentId()
A unique identifier for the attachment.
public StartAttachmentUploadResult withAttachmentId(String attachmentId)
A unique identifier for the attachment.
attachmentId - A unique identifier for the attachment.public void setUploadMetadata(UploadMetadata uploadMetadata)
Fields to be used while uploading the attachment.
uploadMetadata - Fields to be used while uploading the attachment.public UploadMetadata getUploadMetadata()
Fields to be used while uploading the attachment.
public StartAttachmentUploadResult withUploadMetadata(UploadMetadata uploadMetadata)
Fields to be used while uploading the attachment.
uploadMetadata - Fields to be used while uploading the attachment.public String toString()
toString in class ObjectObject.toString()public StartAttachmentUploadResult clone()