public class AddAttachmentsToSetResult extends Object implements Serializable
| Constructor and Description |
|---|
AddAttachmentsToSetResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttachmentSetId()
Returns the value of the AttachmentSetId property for this object.
|
String |
getExpiryTime()
Returns the value of the ExpiryTime property for this object.
|
int |
hashCode() |
void |
setAttachmentSetId(String attachmentSetId)
Sets the value of the AttachmentSetId property for this object.
|
void |
setExpiryTime(String expiryTime)
Sets the value of the ExpiryTime property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddAttachmentsToSetResult |
withAttachmentSetId(String attachmentSetId)
Sets the value of the AttachmentSetId property for this object.
|
AddAttachmentsToSetResult |
withExpiryTime(String expiryTime)
Sets the value of the ExpiryTime property for this object.
|
public String getAttachmentSetId()
public void setAttachmentSetId(String attachmentSetId)
attachmentSetId - The new value for the AttachmentSetId property for this object.public AddAttachmentsToSetResult 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 String getExpiryTime()
public void setExpiryTime(String expiryTime)
expiryTime - The new value for the ExpiryTime property for this object.public AddAttachmentsToSetResult withExpiryTime(String expiryTime)
Returns a reference to this object so that method calls can be chained together.
expiryTime - The new value for the ExpiryTime property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.