@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSparqlStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSparqlStatisticsResult() |
Modifier and Type | Method and Description |
---|---|
GetSparqlStatisticsResult |
clone() |
boolean |
equals(Object obj) |
Statistics |
getPayload()
Statistics for RDF data.
|
String |
getStatus()
The HTTP return code of the request.
|
int |
hashCode() |
void |
setPayload(Statistics payload)
Statistics for RDF data.
|
void |
setStatus(String status)
The HTTP return code of the request.
|
String |
toString()
Returns a string representation of this object.
|
GetSparqlStatisticsResult |
withPayload(Statistics payload)
Statistics for RDF data.
|
GetSparqlStatisticsResult |
withStatus(String status)
The HTTP return code of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
status
- The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
public String getStatus()
The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
public GetSparqlStatisticsResult withStatus(String status)
The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
status
- The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
public void setPayload(Statistics payload)
Statistics for RDF data.
payload
- Statistics for RDF data.public Statistics getPayload()
Statistics for RDF data.
public GetSparqlStatisticsResult withPayload(Statistics payload)
Statistics for RDF data.
payload
- Statistics for RDF data.public String toString()
toString
in class Object
Object.toString()
public GetSparqlStatisticsResult clone()