@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SparqlData extends Object implements Serializable, Cloneable, StructuredPojo
Neptune logs are converted to SPARQL quads in the graph using the Resource Description Framework (RDF) N-QUADS language defined in the W3C RDF 1.1 N-Quads specification
Constructor and Description |
---|
SparqlData() |
Modifier and Type | Method and Description |
---|---|
SparqlData |
clone() |
boolean |
equals(Object obj) |
String |
getStmt()
Holds an N-QUADS statement expressing the changed quad.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStmt(String stmt)
Holds an N-QUADS statement expressing the changed quad.
|
String |
toString()
Returns a string representation of this object.
|
SparqlData |
withStmt(String stmt)
Holds an N-QUADS statement expressing the changed quad.
|
public void setStmt(String stmt)
Holds an N-QUADS statement expressing the changed quad.
stmt
- Holds an N-QUADS statement expressing the changed quad.public String getStmt()
Holds an N-QUADS statement expressing the changed quad.
public SparqlData withStmt(String stmt)
Holds an N-QUADS statement expressing the changed quad.
stmt
- Holds an N-QUADS statement expressing the changed quad.public String toString()
toString
in class Object
Object.toString()
public SparqlData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.