@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EdgeStructure extends Object implements Serializable, Cloneable, StructuredPojo
An edge structure.
Constructor and Description |
---|
EdgeStructure() |
Modifier and Type | Method and Description |
---|---|
EdgeStructure |
clone() |
boolean |
equals(Object obj) |
Long |
getCount()
The number of edges that have this specific structure.
|
List<String> |
getEdgeProperties()
A list of edge properties present in this specific structure.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCount(Long count)
The number of edges that have this specific structure.
|
void |
setEdgeProperties(Collection<String> edgeProperties)
A list of edge properties present in this specific structure.
|
String |
toString()
Returns a string representation of this object.
|
EdgeStructure |
withCount(Long count)
The number of edges that have this specific structure.
|
EdgeStructure |
withEdgeProperties(Collection<String> edgeProperties)
A list of edge properties present in this specific structure.
|
EdgeStructure |
withEdgeProperties(String... edgeProperties)
A list of edge properties present in this specific structure.
|
public void setCount(Long count)
The number of edges that have this specific structure.
count
- The number of edges that have this specific structure.public Long getCount()
The number of edges that have this specific structure.
public EdgeStructure withCount(Long count)
The number of edges that have this specific structure.
count
- The number of edges that have this specific structure.public List<String> getEdgeProperties()
A list of edge properties present in this specific structure.
public void setEdgeProperties(Collection<String> edgeProperties)
A list of edge properties present in this specific structure.
edgeProperties
- A list of edge properties present in this specific structure.public EdgeStructure withEdgeProperties(String... edgeProperties)
A list of edge properties present in this specific structure.
NOTE: This method appends the values to the existing list (if any). Use
setEdgeProperties(java.util.Collection)
or withEdgeProperties(java.util.Collection)
if you want
to override the existing values.
edgeProperties
- A list of edge properties present in this specific structure.public EdgeStructure withEdgeProperties(Collection<String> edgeProperties)
A list of edge properties present in this specific structure.
edgeProperties
- A list of edge properties present in this specific structure.public String toString()
toString
in class Object
Object.toString()
public EdgeStructure clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.