@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getAnalysisId()
The ID of the deleted analysis.
|
String |
getArn()
The Amazon Resource Name (ARN) of the deleted analysis.
|
Date |
getDeletionTime()
The date and time that the analysis is scheduled to be deleted.
|
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 deleted analysis.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the deleted analysis.
|
void |
setDeletionTime(Date deletionTime)
The date and time that the analysis is scheduled to be deleted.
|
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.
|
DeleteAnalysisResult |
withAnalysisId(String analysisId)
The ID of the deleted analysis.
|
DeleteAnalysisResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the deleted analysis.
|
DeleteAnalysisResult |
withDeletionTime(Date deletionTime)
The date and time that the analysis is scheduled to be deleted.
|
DeleteAnalysisResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteAnalysisResult |
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 DeleteAnalysisResult 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 deleted analysis.
arn
- The Amazon Resource Name (ARN) of the deleted analysis.public String getArn()
The Amazon Resource Name (ARN) of the deleted analysis.
public DeleteAnalysisResult withArn(String arn)
The Amazon Resource Name (ARN) of the deleted analysis.
arn
- The Amazon Resource Name (ARN) of the deleted analysis.public void setAnalysisId(String analysisId)
The ID of the deleted analysis.
analysisId
- The ID of the deleted analysis.public String getAnalysisId()
The ID of the deleted analysis.
public DeleteAnalysisResult withAnalysisId(String analysisId)
The ID of the deleted analysis.
analysisId
- The ID of the deleted analysis.public void setDeletionTime(Date deletionTime)
The date and time that the analysis is scheduled to be deleted.
deletionTime
- The date and time that the analysis is scheduled to be deleted.public Date getDeletionTime()
The date and time that the analysis is scheduled to be deleted.
public DeleteAnalysisResult withDeletionTime(Date deletionTime)
The date and time that the analysis is scheduled to be deleted.
deletionTime
- The date and time that the analysis is scheduled to be deleted.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 DeleteAnalysisResult 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 DeleteAnalysisResult clone()