@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRDFGraphSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRDFGraphSummaryResult() |
Modifier and Type | Method and Description |
---|---|
GetRDFGraphSummaryResult |
clone() |
boolean |
equals(Object obj) |
RDFGraphSummaryValueMap |
getPayload()
Payload for an RDF graph summary response
|
Integer |
getStatusCode()
The HTTP return code of the request.
|
int |
hashCode() |
void |
setPayload(RDFGraphSummaryValueMap payload)
Payload for an RDF graph summary response
|
void |
setStatusCode(Integer statusCode)
The HTTP return code of the request.
|
String |
toString()
Returns a string representation of this object.
|
GetRDFGraphSummaryResult |
withPayload(RDFGraphSummaryValueMap payload)
Payload for an RDF graph summary response
|
GetRDFGraphSummaryResult |
withStatusCode(Integer statusCode)
The HTTP return code of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 GetRDFGraphSummaryResult 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(RDFGraphSummaryValueMap payload)
Payload for an RDF graph summary response
payload
- Payload for an RDF graph summary responsepublic RDFGraphSummaryValueMap getPayload()
Payload for an RDF graph summary response
public GetRDFGraphSummaryResult withPayload(RDFGraphSummaryValueMap payload)
Payload for an RDF graph summary response
payload
- Payload for an RDF graph summary responsepublic String toString()
toString
in class Object
Object.toString()
public GetRDFGraphSummaryResult clone()