@Generated(value="software.amazon.awssdk:codegen") public class AddAttachmentsToSetResponse extends SupportResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>
The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddAttachmentsToSetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attachmentSetId()
The ID of the attachment set.
|
static AddAttachmentsToSetResponse.Builder |
builder() |
boolean |
equals(Object obj) |
String |
expiryTime()
The time and date when the attachment set expires.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends AddAttachmentsToSetResponse.Builder> |
serializableBuilderClass() |
AddAttachmentsToSetResponse.Builder |
toBuilder() |
String |
toString() |
public 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 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 expiryTime()
The time and date when the attachment set expires.
public AddAttachmentsToSetResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>toBuilder in class AwsResponsepublic static AddAttachmentsToSetResponse.Builder builder()
public static Class<? extends AddAttachmentsToSetResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.