@Generated(value="software.amazon.awssdk:codegen") public final class AttachmentReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttachmentReference.Builder,AttachmentReference>
Information about the attachment reference if the referenceType is ATTACHMENT. Otherwise,
null.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachmentReference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttachmentReference.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Identifier of the attachment reference.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttachmentReference.Builder> |
serializableBuilderClass() |
ReferenceStatus |
status()
Status of an attachment reference type.
|
String |
statusAsString()
Status of an attachment reference type.
|
AttachmentReference.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
Contains the location path of the attachment reference.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Identifier of the attachment reference.
public final String value()
Contains the location path of the attachment reference.
public final ReferenceStatus status()
Status of an attachment reference type.
If the service returns an enum value that is not available in the current SDK version, status will
return ReferenceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ReferenceStatuspublic final String statusAsString()
Status of an attachment reference type.
If the service returns an enum value that is not available in the current SDK version, status will
return ReferenceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ReferenceStatuspublic AttachmentReference.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttachmentReference.Builder,AttachmentReference>public static AttachmentReference.Builder builder()
public static Class<? extends AttachmentReference.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.