public class AddAttachmentsToSetResult extends Object implements Serializable
The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
Constructor and Description |
---|
AddAttachmentsToSetResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttachmentSetId()
The ID of the attachment set.
|
String |
getExpiryTime()
The time and date when the attachment set expires.
|
int |
hashCode() |
void |
setAttachmentSetId(String attachmentSetId)
The ID of the attachment set.
|
void |
setExpiryTime(String expiryTime)
The time and date when the attachment set expires.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddAttachmentsToSetResult |
withAttachmentSetId(String attachmentSetId)
The ID of the attachment set.
|
AddAttachmentsToSetResult |
withExpiryTime(String expiryTime)
The time and date when the attachment set expires.
|
public String getAttachmentSetId()
AttachmentSetId
was
not specified, a new attachment set is created, and the ID of the set
is returned in the response. If an AttachmentSetId
was
specified, the attachments are added to the specified set, if it
exists.AttachmentSetId
was
not specified, a new attachment set is created, and the ID of the set
is returned in the response. If an AttachmentSetId
was
specified, the attachments are added to the specified set, if it
exists.public void setAttachmentSetId(String attachmentSetId)
AttachmentSetId
was
not specified, a new attachment set is created, and the ID of the set
is returned in the response. If an AttachmentSetId
was
specified, the attachments are added to the specified set, if it
exists.attachmentSetId
- The ID of the attachment set. If an AttachmentSetId
was
not specified, a new attachment set is created, and the ID of the set
is returned in the response. If an AttachmentSetId
was
specified, the attachments are added to the specified set, if it
exists.public AddAttachmentsToSetResult withAttachmentSetId(String attachmentSetId)
AttachmentSetId
was
not specified, a new attachment set is created, and the ID of the set
is returned in the response. If an AttachmentSetId
was
specified, the attachments are added to the specified set, if it
exists.
Returns a reference to this object so that method calls can be chained together.
attachmentSetId
- The ID of the attachment set. If an AttachmentSetId
was
not specified, a new attachment set is created, and the ID of the set
is returned in the response. If an AttachmentSetId
was
specified, the attachments are added to the specified set, if it
exists.public String getExpiryTime()
public void setExpiryTime(String expiryTime)
expiryTime
- The time and date when the attachment set expires.public AddAttachmentsToSetResult withExpiryTime(String expiryTime)
Returns a reference to this object so that method calls can be chained together.
expiryTime
- The time and date when the attachment set expires.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.