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