@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddAttachmentsToSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
Constructor and Description |
---|
AddAttachmentsToSetResult() |
Modifier and Type | Method and Description |
---|---|
AddAttachmentsToSetResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAttachmentSetId(String 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.
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 getAttachmentSetId()
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.
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)
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.
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 void setExpiryTime(String expiryTime)
The time and date when the attachment set expires.
expiryTime
- The time and date when the attachment set expires.public String getExpiryTime()
The time and date when the attachment set expires.
public AddAttachmentsToSetResult withExpiryTime(String expiryTime)
The time and date when the attachment set expires.
expiryTime
- The time and date when the attachment set expires.public String toString()
toString
in class Object
Object.toString()
public AddAttachmentsToSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.