@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPropertygraphSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPropertygraphSummaryResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPropertygraphSummaryResult |
clone() |
boolean |
equals(Object obj) |
PropertygraphSummaryValueMap |
getPayload()
Payload containing the property graph summary response.
|
Integer |
getStatusCode()
The HTTP return code of the request.
|
int |
hashCode() |
void |
setPayload(PropertygraphSummaryValueMap payload)
Payload containing the property graph summary response.
|
void |
setStatusCode(Integer statusCode)
The HTTP return code of the request.
|
String |
toString()
Returns a string representation of this object.
|
GetPropertygraphSummaryResult |
withPayload(PropertygraphSummaryValueMap payload)
Payload containing the property graph summary response.
|
GetPropertygraphSummaryResult |
withStatusCode(Integer statusCode)
The HTTP return code of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatusCode(Integer statusCode)
The HTTP return code of the request. If the request succeeded, the code is 200.
statusCode - The HTTP return code of the request. If the request succeeded, the code is 200.public Integer getStatusCode()
The HTTP return code of the request. If the request succeeded, the code is 200.
public GetPropertygraphSummaryResult withStatusCode(Integer statusCode)
The HTTP return code of the request. If the request succeeded, the code is 200.
statusCode - The HTTP return code of the request. If the request succeeded, the code is 200.public void setPayload(PropertygraphSummaryValueMap payload)
Payload containing the property graph summary response.
payload - Payload containing the property graph summary response.public PropertygraphSummaryValueMap getPayload()
Payload containing the property graph summary response.
public GetPropertygraphSummaryResult withPayload(PropertygraphSummaryValueMap payload)
Payload containing the property graph summary response.
payload - Payload containing the property graph summary response.public String toString()
toString in class ObjectObject.toString()public GetPropertygraphSummaryResult clone()