@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, setSdkResponseMetadatapublic 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.
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.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.
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.
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.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 ObjectObject.toString()public GetSparqlStatisticsResult clone()
Copyright © 2023. All rights reserved.