@Generated(value="software.amazon.awssdk:codegen") public final class AttachmentReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttachmentReference.Builder,AttachmentReference>
Information about a reference when 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 the attachment reference type.
|
String |
statusAsString()
Status of the attachment reference type.
|
AttachmentReference.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
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()
The location path of the attachment reference.
public final ReferenceStatus status()
Status of the 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 the 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 © 2023. All rights reserved.