@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteGremlinQueryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExecuteGremlinQueryResult() |
Modifier and Type | Method and Description |
---|---|
ExecuteGremlinQueryResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestId()
The unique identifier of the Gremlin query.
|
GremlinQueryStatusAttributes |
getStatus()
The status of the Gremlin query.
|
int |
hashCode() |
void |
setRequestId(String requestId)
The unique identifier of the Gremlin query.
|
void |
setStatus(GremlinQueryStatusAttributes status)
The status of the Gremlin query.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteGremlinQueryResult |
withRequestId(String requestId)
The unique identifier of the Gremlin query.
|
ExecuteGremlinQueryResult |
withStatus(GremlinQueryStatusAttributes status)
The status of the Gremlin query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The unique identifier of the Gremlin query.
requestId
- The unique identifier of the Gremlin query.public String getRequestId()
The unique identifier of the Gremlin query.
public ExecuteGremlinQueryResult withRequestId(String requestId)
The unique identifier of the Gremlin query.
requestId
- The unique identifier of the Gremlin query.public void setStatus(GremlinQueryStatusAttributes status)
The status of the Gremlin query.
status
- The status of the Gremlin query.public GremlinQueryStatusAttributes getStatus()
The status of the Gremlin query.
public ExecuteGremlinQueryResult withStatus(GremlinQueryStatusAttributes status)
The status of the Gremlin query.
status
- The status of the Gremlin query.public String toString()
toString
in class Object
Object.toString()
public ExecuteGremlinQueryResult clone()