@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSparqlStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteSparqlStatisticsResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSparqlStatisticsResult |
clone() |
boolean |
equals(Object obj) |
DeleteStatisticsValueMap |
getPayload()
The deletion payload.
|
String |
getStatus()
The cancel status.
|
Integer |
getStatusCode()
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
|
int |
hashCode() |
void |
setPayload(DeleteStatisticsValueMap payload)
The deletion payload.
|
void |
setStatus(String status)
The cancel status.
|
void |
setStatusCode(Integer statusCode)
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSparqlStatisticsResult |
withPayload(DeleteStatisticsValueMap payload)
The deletion payload.
|
DeleteSparqlStatisticsResult |
withStatus(String status)
The cancel status.
|
DeleteSparqlStatisticsResult |
withStatusCode(Integer statusCode)
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatusCode(Integer statusCode)
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
statusCode
- The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.public Integer getStatusCode()
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
public DeleteSparqlStatisticsResult withStatusCode(Integer statusCode)
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
statusCode
- The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.public void setStatus(String status)
The cancel status.
status
- The cancel status.public String getStatus()
The cancel status.
public DeleteSparqlStatisticsResult withStatus(String status)
The cancel status.
status
- The cancel status.public void setPayload(DeleteStatisticsValueMap payload)
The deletion payload.
payload
- The deletion payload.public DeleteStatisticsValueMap getPayload()
The deletion payload.
public DeleteSparqlStatisticsResult withPayload(DeleteStatisticsValueMap payload)
The deletion payload.
payload
- The deletion payload.public String toString()
toString
in class Object
Object.toString()
public DeleteSparqlStatisticsResult clone()