T
- The type of result contained by this response.public class SCSWebServiceResponse<T> extends Object
构造器和说明 |
---|
SCSWebServiceResponse() |
限定符和类型 | 方法和说明 |
---|---|
String |
getRequestId()
Returns the AWS request ID from the response metadata section of an AWS
response.
|
ResponseMetadata |
getResponseMetadata()
Returns the response metadata for this response.
|
T |
getResult()
Returns the result contained by this response.
|
void |
setResponseMetadata(ResponseMetadata responseMetadata)
Sets the response metadata associated with this response.
|
void |
setResult(T result)
Sets the result contained by this response.
|
public T getResult()
public void setResult(T result)
result
- The result contained by this response.public void setResponseMetadata(ResponseMetadata responseMetadata)
responseMetadata
- The response metadata for this response.public ResponseMetadata getResponseMetadata()
public String getRequestId()
Copyright © 2016. All rights reserved.