@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAnalysisResult |
clone() |
boolean |
equals(Object obj) |
Analysis |
getAnalysis()
A metadata structure that contains summary information for the analysis that you're describing.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAnalysis(Analysis analysis)
A metadata structure that contains summary information for the analysis that you're describing.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAnalysisResult |
withAnalysis(Analysis analysis)
A metadata structure that contains summary information for the analysis that you're describing.
|
DescribeAnalysisResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
DescribeAnalysisResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAnalysis(Analysis analysis)
A metadata structure that contains summary information for the analysis that you're describing.
analysis
- A metadata structure that contains summary information for the analysis that you're describing.public Analysis getAnalysis()
A metadata structure that contains summary information for the analysis that you're describing.
public DescribeAnalysisResult withAnalysis(Analysis analysis)
A metadata structure that contains summary information for the analysis that you're describing.
analysis
- A metadata structure that contains summary information for the analysis that you're describing.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeAnalysisResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public DescribeAnalysisResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public DescribeAnalysisResult clone()