public class AddAttachmentsToSetRequest extends AmazonWebServiceRequest implements Serializable
AddAttachmentsToSet operation.NOOP| Constructor and Description |
|---|
AddAttachmentsToSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Attachment> |
getAttachments()
Returns the value of the Attachments property for this object.
|
String |
getAttachmentSetId()
Returns the value of the AttachmentSetId property for this object.
|
int |
hashCode() |
void |
setAttachments(Collection<Attachment> attachments)
Sets the value of the Attachments property for this object.
|
void |
setAttachmentSetId(String attachmentSetId)
Sets the value of the AttachmentSetId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddAttachmentsToSetRequest |
withAttachments(Attachment... attachments)
Sets the value of the Attachments property for this object.
|
AddAttachmentsToSetRequest |
withAttachments(Collection<Attachment> attachments)
Sets the value of the Attachments property for this object.
|
AddAttachmentsToSetRequest |
withAttachmentSetId(String attachmentSetId)
Sets the value of the AttachmentSetId property for this object.
|
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getAttachmentSetId()
public void setAttachmentSetId(String attachmentSetId)
attachmentSetId - The new value for the AttachmentSetId property for this object.public AddAttachmentsToSetRequest withAttachmentSetId(String attachmentSetId)
Returns a reference to this object so that method calls can be chained together.
attachmentSetId - The new value for the AttachmentSetId property for this object.public List<Attachment> getAttachments()
public void setAttachments(Collection<Attachment> attachments)
attachments - The new value for the Attachments property for this object.public AddAttachmentsToSetRequest withAttachments(Attachment... attachments)
Returns a reference to this object so that method calls can be chained together.
attachments - The new value for the Attachments property for this object.public AddAttachmentsToSetRequest withAttachments(Collection<Attachment> attachments)
Returns a reference to this object so that method calls can be chained together.
attachments - The new value for the Attachments property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.