@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsightImpactGraphEdge extends Object implements Serializable, Cloneable, StructuredPojo
The connection between two service in an insight impact graph.
Constructor and Description |
---|
InsightImpactGraphEdge() |
Modifier and Type | Method and Description |
---|---|
InsightImpactGraphEdge |
clone() |
boolean |
equals(Object obj) |
Integer |
getReferenceId()
Identifier of the edge.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReferenceId(Integer referenceId)
Identifier of the edge.
|
String |
toString()
Returns a string representation of this object.
|
InsightImpactGraphEdge |
withReferenceId(Integer referenceId)
Identifier of the edge.
|
public void setReferenceId(Integer referenceId)
Identifier of the edge. Unique within a service map.
referenceId
- Identifier of the edge. Unique within a service map.public Integer getReferenceId()
Identifier of the edge. Unique within a service map.
public InsightImpactGraphEdge withReferenceId(Integer referenceId)
Identifier of the edge. Unique within a service map.
referenceId
- Identifier of the edge. Unique within a service map.public String toString()
toString
in class Object
Object.toString()
public InsightImpactGraphEdge clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.