@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RestoreAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
RestoreAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getAnalysisId()
The ID of the analysis that you're restoring.
|
String |
getArn()
The Amazon Resource Name (ARN) of the analysis that you're restoring.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAnalysisId(String analysisId)
The ID of the analysis that you're restoring.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the analysis that you're restoring.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
RestoreAnalysisResult |
withAnalysisId(String analysisId)
The ID of the analysis that you're restoring.
|
RestoreAnalysisResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the analysis that you're restoring.
|
RestoreAnalysisResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
RestoreAnalysisResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 RestoreAnalysisResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setArn(String arn)
The Amazon Resource Name (ARN) of the analysis that you're restoring.
arn
- The Amazon Resource Name (ARN) of the analysis that you're restoring.public String getArn()
The Amazon Resource Name (ARN) of the analysis that you're restoring.
public RestoreAnalysisResult withArn(String arn)
The Amazon Resource Name (ARN) of the analysis that you're restoring.
arn
- The Amazon Resource Name (ARN) of the analysis that you're restoring.public void setAnalysisId(String analysisId)
The ID of the analysis that you're restoring.
analysisId
- The ID of the analysis that you're restoring.public String getAnalysisId()
The ID of the analysis that you're restoring.
public RestoreAnalysisResult withAnalysisId(String analysisId)
The ID of the analysis that you're restoring.
analysisId
- The ID of the analysis that you're restoring.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public RestoreAnalysisResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public RestoreAnalysisResult clone()