@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelationshipValue extends Object implements Serializable, Cloneable, StructuredPojo
A value that associates a component and an entity.
| Constructor and Description |
|---|
RelationshipValue() |
| Modifier and Type | Method and Description |
|---|---|
RelationshipValue |
clone() |
boolean |
equals(Object obj) |
String |
getTargetComponentName()
The name of the target component associated with the relationship value.
|
String |
getTargetEntityId()
The ID of the target entity associated with this relationship value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTargetComponentName(String targetComponentName)
The name of the target component associated with the relationship value.
|
void |
setTargetEntityId(String targetEntityId)
The ID of the target entity associated with this relationship value.
|
String |
toString()
Returns a string representation of this object.
|
RelationshipValue |
withTargetComponentName(String targetComponentName)
The name of the target component associated with the relationship value.
|
RelationshipValue |
withTargetEntityId(String targetEntityId)
The ID of the target entity associated with this relationship value.
|
public void setTargetEntityId(String targetEntityId)
The ID of the target entity associated with this relationship value.
targetEntityId - The ID of the target entity associated with this relationship value.public String getTargetEntityId()
The ID of the target entity associated with this relationship value.
public RelationshipValue withTargetEntityId(String targetEntityId)
The ID of the target entity associated with this relationship value.
targetEntityId - The ID of the target entity associated with this relationship value.public void setTargetComponentName(String targetComponentName)
The name of the target component associated with the relationship value.
targetComponentName - The name of the target component associated with the relationship value.public String getTargetComponentName()
The name of the target component associated with the relationship value.
public RelationshipValue withTargetComponentName(String targetComponentName)
The name of the target component associated with the relationship value.
targetComponentName - The name of the target component associated with the relationship value.public String toString()
toString in class ObjectObject.toString()public RelationshipValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.