ToCopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>
@Generated("software.amazon.awssdk:codegen") public class AddAttachmentsToSetResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>
The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddAttachmentsToSetResponse.Builder |
Modifier and Type | Method | 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.
|
int |
hashCode() |
|
static Class<? extends AddAttachmentsToSetResponse.Builder> |
serializableBuilderClass() |
|
AddAttachmentsToSetResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>
public static AddAttachmentsToSetResponse.Builder builder()
public static Class<? extends AddAttachmentsToSetResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.