@Generated(value="software.amazon.awssdk:codegen") public final class RelationshipValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelationshipValue.Builder,RelationshipValue>
A value that associates a component and an entity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RelationshipValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RelationshipValue.Builder> |
serializableBuilderClass() |
String |
targetComponentName()
The name of the target component associated with the relationship value.
|
String |
targetEntityId()
The ID of the target entity associated with this relationship value.
|
RelationshipValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String targetComponentName()
The name of the target component associated with the relationship value.
public final String targetEntityId()
The ID of the target entity associated with this relationship value.
public RelationshipValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RelationshipValue.Builder,RelationshipValue>public static RelationshipValue.Builder builder()
public static Class<? extends RelationshipValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.