@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPropertygraphStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPropertygraphStatisticsResult() |
Modifier and Type | Method and Description |
---|---|
GetPropertygraphStatisticsResult |
clone() |
boolean |
equals(Object obj) |
Statistics |
getPayload()
Statistics for property-graph data.
|
String |
getStatus()
The HTTP return code of the request.
|
int |
hashCode() |
void |
setPayload(Statistics payload)
Statistics for property-graph data.
|
void |
setStatus(String status)
The HTTP return code of the request.
|
String |
toString()
Returns a string representation of this object.
|
GetPropertygraphStatisticsResult |
withPayload(Statistics payload)
Statistics for property-graph data.
|
GetPropertygraphStatisticsResult |
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.
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 GetPropertygraphStatisticsResult 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 property-graph data.
payload
- Statistics for property-graph data.public Statistics getPayload()
Statistics for property-graph data.
public GetPropertygraphStatisticsResult withPayload(Statistics payload)
Statistics for property-graph data.
payload
- Statistics for property-graph data.public String toString()
toString
in class Object
Object.toString()
public GetPropertygraphStatisticsResult clone()