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