@Generated(value="software.amazon.awssdk:codegen") public final class AddAttachmentsToSetResponse extends SupportResponse implements 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) |
boolean |
equalsBySdkFields(Object obj) |
String |
expiryTime()
The time and date when the attachment set expires.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddAttachmentsToSetResponse.Builder> |
serializableBuilderClass() |
AddAttachmentsToSetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final String expiryTime()
The time and date when the attachment set expires.
public AddAttachmentsToSetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>toBuilder in class AwsResponsepublic static AddAttachmentsToSetResponse.Builder builder()
public static Class<? extends AddAttachmentsToSetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.