@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) |
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 ObjectObject.toString()public SparqlData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.